Merge "Remove unused methods"

This commit is contained in:
Jenkins 2014-02-10 21:38:58 +00:00 committed by Gerrit Code Review
commit 3af44a9c8c
1 changed files with 0 additions and 8 deletions

View File

@ -50,11 +50,3 @@ _STATE_MAP = {
SUSPENDED: 'suspended',
BUILDING: 'building',
}
def name(code):
return _STATE_MAP[code]
def valid_states():
return _STATE_MAP.keys()