1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 03:21:16 +02:00

Revert "Throw a specific error for incomplete parse errors."

This reverts commit 6498adb002. We don't
actually use IncompleteParseError in 'nix repl'.
This commit is contained in:
Eelco Dolstra 2018-05-11 11:39:25 +02:00
parent 2b3c1b3a88
commit f3c85f9eb3
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 1 additions and 11 deletions

View file

@ -11,7 +11,6 @@ namespace nix {
MakeError(EvalError, Error)
MakeError(ParseError, Error)
MakeError(IncompleteParseError, ParseError)
MakeError(AssertionError, EvalError)
MakeError(ThrownError, AssertionError)
MakeError(Abort, EvalError)