aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CMlexer.mll
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-03-10 13:35:48 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2016-03-10 13:35:48 +0100
commit5b05d3668571bd9b748b781b0cc29ae10f745f61 (patch)
treeaa235b80ff0666c34332be46664ae289d8afaa2c /backend/CMlexer.mll
parent272087e1bc62bead1d1e1bea3d64e12d013eea37 (diff)
downloadcompcert-5b05d3668571bd9b748b781b0cc29ae10f745f61.tar.gz
compcert-5b05d3668571bd9b748b781b0cc29ae10f745f61.zip
Code cleanup.
Removed some unused variables, functions etc. and resolved some problems which occur if all warnings except 3,4,9 and 29 are active. Bug 18394.
Diffstat (limited to 'backend/CMlexer.mll')
-rw-r--r--backend/CMlexer.mll2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/CMlexer.mll b/backend/CMlexer.mll
index 6695b6b7..82769924 100644
--- a/backend/CMlexer.mll
+++ b/backend/CMlexer.mll
@@ -14,8 +14,6 @@
(* *********************************************************************)
{
-open BinNums
-open Camlcoq
open CMparser
exception Error of string
}