summaryrefslogtreecommitdiff
path: root/src/elaborate.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elaborate.sml')
-rw-r--r--src/elaborate.sml6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/elaborate.sml b/src/elaborate.sml
index f1ddd83e..78583bc8 100644
--- a/src/elaborate.sml
+++ b/src/elaborate.sml
@@ -2066,11 +2066,7 @@ fun dopenConstraints (loc, env, denv) {str, strs} =
fun collect first (st, sgn) =
case E.projectConstraints env {sgn = sgn, str = st} of
- NONE => (if first then
- strError env (UnboundStr (loc, str))
- else
- ();
- [])
+ NONE => []
| SOME cs =>
case #1 (hnormSgn env sgn) of
L'.SgnConst sgis =>