aboutsummaryrefslogtreecommitdiff
path: root/plugins/omega/g_omega.mlg
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/omega/g_omega.mlg')
-rw-r--r--plugins/omega/g_omega.mlg29
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/omega/g_omega.mlg b/plugins/omega/g_omega.mlg
deleted file mode 100644
index 888a62b2bc..0000000000
--- a/plugins/omega/g_omega.mlg
+++ /dev/null
@@ -1,29 +0,0 @@
-(************************************************************************)
-(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * Copyright INRIA, CNRS and contributors *)
-(* <O___,, * (see version control and CREDITS file for authors & dates) *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(* * (see LICENSE file for the text of the license) *)
-(************************************************************************)
-(**************************************************************************)
-(* *)
-(* Omega: a solver of quantifier-free problems in Presburger Arithmetic *)
-(* *)
-(* Pierre Crégut (CNET, Lannion, France) *)
-(* *)
-(**************************************************************************)
-
-
-DECLARE PLUGIN "omega_plugin"
-
-{
-
-open Ltac_plugin
-
-}
-
-TACTIC EXTEND omega
-| [ "omega" ] -> { Coq_omega.omega_solver }
-END