| Index: Tools/Scripts/webkitpy/common/system/systemhost.py
|
| diff --git a/Tools/Scripts/webkitpy/common/system/systemhost.py b/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| index dfec68bc17c20c1ef5001ed9af39c26f49a9ee30..3b4439ee4785bdc220ee72333179268499ad12a3 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| @@ -30,7 +30,7 @@ import os
|
| import platform
|
| import sys
|
|
|
| -from webkitpy.common.system import environment, executive, file_lock, filesystem, platforminfo, user, workspace
|
| +from webkitpy.common.system import environment, executive, filesystem, platforminfo, user, workspace
|
|
|
|
|
| class SystemHost(object):
|
| @@ -43,6 +43,3 @@ class SystemHost(object):
|
|
|
| def copy_current_environment(self):
|
| return environment.Environment(os.environ.copy())
|
| -
|
| - def make_file_lock(self, path):
|
| - return file_lock.FileLock(path)
|
|
|