diff options
author | Son Ho | 2021-11-25 14:49:56 +0100 |
---|---|---|
committer | Son Ho | 2021-11-25 14:49:56 +0100 |
commit | ce37ae98ecd5297c5588d88e2c64fbb8bc56adeb (patch) | |
tree | 3091594b370c98550a1dbae3d85ee33861f854f6 | |
parent | 3db86495deb7df183f833eb0d801931c774f016d (diff) |
Make a minor modification
-rw-r--r-- | src/main.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml index 63bfd3a9..46a8b678 100644 --- a/src/main.ml +++ b/src/main.ml @@ -1,6 +1,5 @@ open CfimOfJson open Interpreter -open Errors (* This is necessary to have a backtrace when raising exceptions - for some * reason, the -g option doesn't work *) |