[Python] Remove unused methods get_{data,output,status}()

This commit is contained in:
practicalswift
2016-03-12 17:26:06 +01:00
parent c14d8689de
commit 9c8a01c214

View File

@@ -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