aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Env.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Env.ml')
-rw-r--r--cparser/Env.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cparser/Env.ml b/cparser/Env.ml
index 27d17a93..5fa4571a 100644
--- a/cparser/Env.ml
+++ b/cparser/Env.ml
@@ -220,8 +220,6 @@ let find_union_member env (id, m) =
with Not_found ->
raise(Error(No_member(id.name, "union", m)))
-
-
let find_typedef env id =
try
IdentMap.find id env.env_typedef