summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xperf/runIcePerf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/perf/runIcePerf.py b/perf/runIcePerf.py
index b18d3cea838..699725243ca 100755
--- a/perf/runIcePerf.py
+++ b/perf/runIcePerf.py
@@ -280,8 +280,6 @@ if not os.environ.has_key('ICE_HOME') and \
results = TestUtil.HostResults(hostname, outputFile)
-os.system("/usr/bin/killall -SIGSTOP emacs")
-
i = 1
while i <= niter:
try:
@@ -298,8 +296,6 @@ while i <= niter:
except KeyboardInterrupt:
break
-os.system("/usr/bin/killall -SIGCONT emacs")
-
print "\n"
print "All results:"
all = TestUtil.AllResults()