diff options
| author | Emilio Jesus Gallego Arias | 2018-11-27 16:33:36 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-27 16:33:36 +0100 |
| commit | eacc77c5816a00b99aaef0d5ff596a3078b0a208 (patch) | |
| tree | 49a43975f2605e68a43bcf856a12a69b6f8412df /lib/flags.ml | |
| parent | 39bf8df76fc1093f3efa672284421c884319c89d (diff) | |
[lib] Remove leftover flag `print_mod_uid`
The whole `native_name_from_filename` business seems quite strange tho.
Diffstat (limited to 'lib/flags.ml')
| -rw-r--r-- | lib/flags.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index 3aef5a7b2c..ae4d337ded 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -123,8 +123,5 @@ let get_inline_level () = !inline_level (* Native code compilation for conversion and normalization *) let output_native_objects = ref false -(* Print the mod uid associated to a vo file by the native compiler *) -let print_mod_uid = ref false - let profile_ltac = ref false let profile_ltac_cutoff = ref 2.0 |
