diff options
| author | Emilio Jesus Gallego Arias | 2018-09-27 02:50:42 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-01 05:00:01 +0200 |
| commit | 8c40e6eb7f5bd2421ed6a22a0b44490f3d1fb9ef (patch) | |
| tree | 95e360467f0c554bd27211a5f5ce696a3437faf4 /ide | |
| parent | 24086d1000db370fcf74077841506f02849d0c44 (diff) | |
[config] Remove unused ML variables.
These are unused and not likely to come back.
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq.ml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index e948360191..88ffb4f0b7 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -42,14 +42,11 @@ let version () = "The Coq Proof Assistant, version %s (%s)\ \nArchitecture %s running %s operating system\ \nGtk version is %s\ - \nThis is %s (%s is the best one for this architecture and OS)\ - \n" + \nThis is %s \n" ver date Coq_config.arch Sys.os_type (let x,y,z = GMain.Main.version in Printf.sprintf "%d.%d.%d" x y z) (Filename.basename Sys.executable_name) - Coq_config.best - (** * Initial checks by launching test coqtop processes *) |
