aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/feedback.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2016-06-25 16:14:23 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2016-06-25 17:17:45 +0200
commit1053a1d4e8112ae78af86024073cf03c072d1a7c (patch)
tree968d9890732461ae2264ede479d22d64148078b8 /lib/feedback.ml
parent893ea5219eb74aedf93bd53f23b5e050fb9acbf6 (diff)
[feedback] Remove `ErrorMsg` in favor of `Message Error`.
The ErrorMsg datatype was introduced to allow locations in messages, however, it was redundant with error and used only in one place. We remove it in favor of a more uniform treatment of messages with location. This patch also removes the use of `Loc.ghost` in one place. Lightly tested.
Diffstat (limited to 'lib/feedback.ml')
-rw-r--r--lib/feedback.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/feedback.ml b/lib/feedback.ml
index c2b512e99..bedbe226c 100644
--- a/lib/feedback.ml
+++ b/lib/feedback.ml
@@ -24,7 +24,6 @@ type feedback_content =
| Processed
| Incomplete
| Complete
- | ErrorMsg of Loc.t * string
| ProcessingIn of string
| InProgress of int
| WorkerStatus of string * string