aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
diff options
context:
space:
mode:
Diffstat (limited to 'ide')
-rw-r--r--ide/project_file.ml41
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/project_file.ml4 b/ide/project_file.ml4
index 152f76cc0..f7279f9cf 100644
--- a/ide/project_file.ml4
+++ b/ide/project_file.ml4
@@ -28,7 +28,6 @@ let rec parse_string = parser
and parse_string2 = parser
| [< ''"' >] -> ""
| [< 'c; s >] -> (String.make 1 c)^(parse_string2 s)
- | [< >] -> raise Parsing_error
and parse_skip_comment = parser
| [< ''\n'; s >] -> s
| [< 'c; s >] -> parse_skip_comment s