aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/firstorder/instances.ml
diff options
context:
space:
mode:
authorGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-04-27 21:58:52 +0200
committerGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-04-27 21:58:52 +0200
commit9a48211ea8439a8502145e508b70ede9b5929b2f (patch)
tree55b533fdf2e2237e675dfddccad9f3bb1d8cc23c /plugins/firstorder/instances.ml
parenta77734ad64fff2396b161308099923037fb5d8a1 (diff)
Post-rebase warnings (unused opens and 2 unused values)
Diffstat (limited to 'plugins/firstorder/instances.ml')
-rw-r--r--plugins/firstorder/instances.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/firstorder/instances.ml b/plugins/firstorder/instances.ml
index 2b624b983..5a1e7c26a 100644
--- a/plugins/firstorder/instances.ml
+++ b/plugins/firstorder/instances.ml
@@ -10,7 +10,6 @@ open Unify
open Rules
open CErrors
open Util
-open Term
open EConstr
open Vars
open Tacmach.New