src/Pure/Tools/thy_deps.ML
changeset 62848 e4140efe699e
parent 60948 b710a5087116
child 65491 7fb81fa1d668
--- a/src/Pure/Tools/thy_deps.ML	Mon Apr 04 16:14:22 2016 +0200
+++ b/src/Pure/Tools/thy_deps.ML	Mon Apr 04 17:02:34 2016 +0200
@@ -42,13 +42,4 @@
 
 val thy_deps_cmd = Graph_Display.display_graph oo gen_thy_deps Theory.check;
 
-val theory_bounds =
-  Parse.position Parse.theory_xname >> single ||
-  (@{keyword "("} |-- Parse.enum "|" (Parse.position Parse.theory_xname) --| @{keyword ")"});
-
-val _ =
-  Outer_Syntax.command @{command_keyword thy_deps} "visualize theory dependencies"
-    (Scan.option theory_bounds -- Scan.option theory_bounds >>
-      (fn args => Toplevel.keep (fn st => thy_deps_cmd (Toplevel.context_of st) args)));
-
 end;