remove spurious line
authorblanchet
Mon, 20 Dec 2010 14:09:45 +0100
changeset 41315 7f6baec2b27a
parent 41314 2dc1dfc1bc69
child 41316 558afd8b94d6
remove spurious line
src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML	Mon Dec 20 13:52:44 2010 +0100
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML	Mon Dec 20 14:09:45 2010 +0100
@@ -360,7 +360,6 @@
         error ("No such directory: " ^ quote dest_dir ^ ".")
     val measure_run_time = verbose orelse Config.get ctxt measure_run_time
     val command = Path.explode (getenv (fst exec) ^ "/" ^ snd exec)
-val command = Path.explode ("/Users/blanchet/misc/E-weights/PROVER/" ^ snd exec) (*###*)
     fun split_time s =
       let
         val split = String.tokens (fn c => str c = "\n");