aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Parse.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Parse.ml')
-rw-r--r--cparser/Parse.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cparser/Parse.ml b/cparser/Parse.ml
index d88d439b..a54af0cc 100644
--- a/cparser/Parse.ml
+++ b/cparser/Parse.ml
@@ -28,7 +28,6 @@ let transform_program t p =
p
in
p
- |> run_pass Bitfields.program 'f'
|> run_pass Unblock.program 'b'
|> run_pass PackedStructs.program 'p'
|> run_pass StructPassing.program 's'
@@ -40,7 +39,6 @@ let parse_transformations s =
String.iter
(function 'b' -> set "b"
| 's' -> set "s"
- | 'f' -> set "bf"
| 'p' -> set "bp"
| _ -> ())
s;