Remove unnecessary touch

Rubber stamped by Mark Hahnenberg.

* Scripts/run-jsc-stress-tests:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@158306 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 0e438c0..e4e5a54 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,11 @@
+2013-10-30  Filip Pizlo  <fpizlo@apple.com>
+
+        Remove unnecessary touch
+
+        Rubber stamped by Mark Hahnenberg.
+
+        * Scripts/run-jsc-stress-tests:
+
 2013-10-30  Samuel White  <samuel_white@apple.com>
 
         AX: Add samuel_white@apple.com to accessibility watchlist cc rules
diff --git a/Tools/Scripts/run-jsc-stress-tests b/Tools/Scripts/run-jsc-stress-tests
index 508aa9d..27b37a9 100755
--- a/Tools/Scripts/run-jsc-stress-tests
+++ b/Tools/Scripts/run-jsc-stress-tests
@@ -794,7 +794,6 @@
         plan = $runlist[index]
         outp.puts "test_done_#{index}:"
         outp.puts "\tsh test_script_#{plan.index}"
-        outp.puts "\ttouch test_done_#{index}"
     }
 }