aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-10-14 14:19:40 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-10-14 14:19:40 +0200
commit0a500b73fc9bd6c6752c7bf0079e2305d0040303 (patch)
treec15710197018aaa71218072935d7284de7072376 /driver/Clflags.ml
parent7c8bd312880e96f84c15fad18dbffe3fd78397c7 (diff)
downloadcompcert-kvx-0a500b73fc9bd6c6752c7bf0079e2305d0040303.tar.gz
compcert-kvx-0a500b73fc9bd6c6752c7bf0079e2305d0040303.zip
Remove undocumented option. Bug 20193
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 6a695aa4..f8c38a54 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -60,6 +60,5 @@ let option_small_data =
then 8 else 0)
let option_small_const = ref (!option_small_data)
let option_timings = ref false
-let option_rename_static = ref false
let stdlib_path = ref Configuration.stdlib_path
let use_standard_headers = ref Configuration.has_standard_headers