Skip to content

Commit 2aeae74

Browse files
Merge pull request #1651 from practicalswift/remove-unused-python-method
[Python] Remove unused methods get_{data,output,status}()
2 parents 07de588 + 9c8a01c commit 2aeae74

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

benchmark/scripts/perf_test_driver/perf_test_driver.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ def get_result(self):
4242
def get_name(self):
4343
return self.name
4444

45-
def get_status(self):
46-
return self.status
47-
48-
def get_output(self):
49-
return self.output
50-
51-
def get_data(self):
52-
return self.data
53-
5445
def merge_in_extra_data(self, d):
5546
"""Rather than modifying the extra data dict, return it as a no-op"""
5647
return d

0 commit comments

Comments
 (0)