mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Python] Remove unused methods get_{data,output,status}()
This commit is contained in:
@@ -42,15 +42,6 @@ class Result(object):
|
||||
def get_name(self):
|
||||
return self.name
|
||||
|
||||
def get_status(self):
|
||||
return self.status
|
||||
|
||||
def get_output(self):
|
||||
return self.output
|
||||
|
||||
def get_data(self):
|
||||
return self.data
|
||||
|
||||
def merge_in_extra_data(self, d):
|
||||
"""Rather than modifying the extra data dict, return it as a no-op"""
|
||||
return d
|
||||
|
||||
Reference in New Issue
Block a user