diff options
Diffstat (limited to 'src/common.mli')
-rw-r--r-- | src/common.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.mli b/src/common.mli index 4fa838d..1e32d57 100644 --- a/src/common.mli +++ b/src/common.mli | |||
@@ -44,4 +44,3 @@ type urm = { | |||
44 | type state = { todo : int } | 44 | type state = { todo : int } |
45 | 45 | ||
46 | exception Syntax_error | 46 | exception Syntax_error |
47 | |||