Merge "Trivial: Remove useless string_to_bool()"

This commit is contained in:
Jenkins 2016-01-08 06:23:32 +00:00 committed by Gerrit Code Review
commit 9317df07a2

View File

@ -259,10 +259,6 @@ def sort_items(items, sort_str):
return items
def string_to_bool(arg):
return arg.strip().lower() in ('t', 'true', 'yes', '1')
def env(*vars, **kwargs):
"""Search for the first defined of possibly many env vars