aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar CJ Bell <siegebell@gmail.com>2016-11-10 22:28:13 -0500
committerGravatar CJ Bell <siegebell@gmail.com>2016-11-10 22:44:50 -0500
commit5da573031d36c5a1df5dcf64cc8764f489f774f7 (patch)
tree42339be783267de2056ed75e9af620a41a5ae72b /lib
parent0f5e89ec54bc613f59ce971e6a95ed1161ffc37b (diff)
Remove unused feedback_content: Goals
Diffstat (limited to 'lib')
-rw-r--r--lib/feedback.ml1
-rw-r--r--lib/feedback.mli1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/feedback.ml b/lib/feedback.ml
index 44b3ee35d..57c6f30a4 100644
--- a/lib/feedback.ml
+++ b/lib/feedback.ml
@@ -27,7 +27,6 @@ type feedback_content =
| ProcessingIn of string
| InProgress of int
| WorkerStatus of string * string
- | Goals of Loc.t * string
| AddedAxiom
| GlobRef of Loc.t * string * string * string * string
| GlobDef of Loc.t * string * string * string
diff --git a/lib/feedback.mli b/lib/feedback.mli
index 5160bd5bc..b4bed8793 100644
--- a/lib/feedback.mli
+++ b/lib/feedback.mli
@@ -36,7 +36,6 @@ type feedback_content =
| InProgress of int
| WorkerStatus of string * string
(* Generally useful metadata *)
- | Goals of Loc.t * string
| AddedAxiom
| GlobRef of Loc.t * string * string * string * string
| GlobDef of Loc.t * string * string * string