aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorppedrot2013-05-14 08:59:15 +0000
committerppedrot2013-05-14 08:59:15 +0000
commitf60fcb9ddae0c8df56a2d05233b48fccd7abe816 (patch)
tree370ae8ae50428a93d806a912faddd42f3f5fcb24 /interp
parent12e1e2267dff48b13f4a8c3ef2527b2135698dbe (diff)
Removing useless uses of Gmap.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16520 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
-rw-r--r--interp/notation.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/interp/notation.ml b/interp/notation.ml
index 80e23ce6a7..8ec5786219 100644
--- a/interp/notation.ml
+++ b/interp/notation.ml
@@ -955,10 +955,6 @@ let unfreeze (scm,nlm,scs,asc,dlm,fkm,pprules,clsc) =
let init () =
init_scope_map ();
-(*
- scope_stack := Gmap.empty
- arguments_scope := Refmap.empty
-*)
notation_level_map := String.Map.empty;
delimiters_map := String.Map.empty;
notations_key_table := KeyMap.empty;