diff options
Diffstat (limited to 'src/constrain.cpp')
-rw-r--r-- | src/constrain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constrain.cpp b/src/constrain.cpp index 534c77d..46da500 100644 --- a/src/constrain.cpp +++ b/src/constrain.cpp @@ -221,4 +221,3 @@ APrimitive::constrain(TEnv& tenv, Constraints& c) const throw Error(loc, (format("unknown primitive `%1%'") % n).str()); } } - |