diff options
| author | Emilio Jesus Gallego Arias | 2017-06-14 15:48:08 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-07-17 11:50:41 +0200 |
| commit | 41489a97014ab60b3dcc0f32dfdd10aacc6bcb98 (patch) | |
| tree | 652b04fc8b53d2f590151ec53f4b686f56fc694e /plugins/omega | |
| parent | 99e84da08f7a38ac70d90d21d644b4a9a4a80c91 (diff) | |
[API] Remove `open API` in ml files in favor of `-open API` flag.
Diffstat (limited to 'plugins/omega')
| -rw-r--r-- | plugins/omega/coq_omega.ml | 1 | ||||
| -rw-r--r-- | plugins/omega/g_omega.ml4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml index 3badb92f59..d07b2e0b45 100644 --- a/plugins/omega/coq_omega.ml +++ b/plugins/omega/coq_omega.ml @@ -13,7 +13,6 @@ (* *) (**************************************************************************) -open API open CErrors open Util open Names diff --git a/plugins/omega/g_omega.ml4 b/plugins/omega/g_omega.ml4 index 8d24027d88..735af6babc 100644 --- a/plugins/omega/g_omega.ml4 +++ b/plugins/omega/g_omega.ml4 @@ -15,7 +15,6 @@ (*i camlp4deps: "grammar/grammar.cma" i*) -open API DECLARE PLUGIN "omega_plugin" |
