aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/experiment.py')
-rw-r--r--crosperf/experiment.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/crosperf/experiment.py b/crosperf/experiment.py
index 7a3169b3..1d87b6e4 100644
--- a/crosperf/experiment.py
+++ b/crosperf/experiment.py
@@ -50,9 +50,6 @@ class Experiment(object):
self.num_run_complete = 0
self.share_cache = share_cache
self.active_threads = []
- # If locks_directory (self.lock_dir) not blank, we will use the file
- # locking mechanism; if it is blank then we will use the AFE server
- # locking mechanism.
self.locks_dir = locks_directory
self.locked_machines = []
self.lock_mgr = None