aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/notation.ml')
-rw-r--r--interp/notation.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/notation.ml b/interp/notation.ml
index 46a06b700..d7f539f2f 100644
--- a/interp/notation.ml
+++ b/interp/notation.ml
@@ -399,8 +399,6 @@ let interp_notation loc ntn local_scopes =
user_err_loc
(loc,"",str ("Unknown interpretation for notation \""^ntn^"\"."))
-let isGApp = function GApp _ -> true | _ -> false
-
let uninterp_notations c =
List.map_append (fun key -> Gmapl.find key !notations_key_table)
(glob_constr_keys c)