aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-10-19 14:00:26 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-10-19 14:00:26 +0000
commit3d8ebc77e801c81cd733cf42dde2153adc3f9037 (patch)
tree8f2f9f95eaf97c5f308a05c77bbfd04d37a1f016 /driver/Driver.ml
parentcdcb658c29409c8aef94ca3e22c14a90b396aea0 (diff)
downloadcompcert-3d8ebc77e801c81cd733cf42dde2153adc3f9037.tar.gz
compcert-3d8ebc77e801c81cd733cf42dde2153adc3f9037.zip
Interp: accommodate "int main(int, char **)".
Driver: dead code removed. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1733 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 3aff4e0f..cee62501 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -257,12 +257,6 @@ let process_S_file sourcename =
end;
prefixname ^ ".o"
-(* Interpretation of a .c file *)
-
-let execute_c_file sourcename =
- let preproname = Filename.temp_file "compcert" ".i" in
- preprocess sourcename preproname
-
(* Command-line parsing *)
type action =