aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driveraux.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2017-02-15 11:46:17 +0100
committerGitHub <noreply@github.com>2017-02-15 11:46:17 +0100
commit1aee802bf438fff7a83dec4607cabefdc398c3de (patch)
treee8e341b656c5e8ea6f61226878ad5dd1ee0e5082 /driver/Driveraux.ml
parent53479577c06db853f48cf9927b5039507436be45 (diff)
parent5c0c02e51a76183eb43b5ed80d925f3c2ce88dfb (diff)
downloadcompcert-1aee802bf438fff7a83dec4607cabefdc398c3de.tar.gz
compcert-1aee802bf438fff7a83dec4607cabefdc398c3de.zip
Merge pull request #167 from AbsInt/pipe_prerequisite
Introduced configuration variable for gnu systems.
Diffstat (limited to 'driver/Driveraux.ml')
-rw-r--r--driver/Driveraux.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/driver/Driveraux.ml b/driver/Driveraux.ml
index d25301d2..2c478fb1 100644
--- a/driver/Driveraux.ml
+++ b/driver/Driveraux.ml
@@ -14,9 +14,6 @@
open Printf
open Clflags
-(* Is this a gnu based tool chain *)
-let gnu_system = Configuration.system <> "diab"
-
(* Safe removal of files *)
let safe_remove file =
try Sys.remove file with Sys_error _ -> ()