unused;
authorwenzelm
Wed, 26 Mar 2014 14:15:34 +0100
changeset 56293 9bc33476f6ac
parent 56292 1a91a0da65ab
child 56294 85911b8a6868
unused;
src/Pure/General/completion.ML
--- a/src/Pure/General/completion.ML	Wed Mar 26 12:32:51 2014 +0100
+++ b/src/Pure/General/completion.ML	Wed Mar 26 14:15:34 2014 +0100
@@ -10,7 +10,6 @@
   val names: Position.T -> (string * (string * string)) list -> T
   val none: T
   val reported_text: T -> string
-  val report: T -> unit
   val suppress_abbrevs: string -> Markup.T list
 end;
 
@@ -46,8 +45,6 @@
     else ""
   end;
 
-val report = Output.report o reported_text;
-
 
 (* suppress short abbreviations *)