diff options
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/constrextern.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/constrextern.ml b/interp/constrextern.ml index 6c7a6f5b1b..582e652592 100644 --- a/interp/constrextern.ml +++ b/interp/constrextern.ml @@ -645,8 +645,6 @@ let translate_v7_string dir = function (s' = "unicite" or s' = "unicity") -> c dir, "uniqueness"^(String.sub s 7 (String.length s - 7)) (* Default *) - | s when String.length s > 1 && s.[0]='_' -> c dir, - String.sub s 1 (String.length s - 1) | "_" -> msgerrnl (str "Warning: '_' is no longer an ident; it has been translated to 'x_'"); |
