1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +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

@ -213,7 +213,5 @@ or { return OR_KW; }
}
<<EOF>> { data->atEnd = true; return 0; }
%%