aboutsummaryrefslogtreecommitdiffstats
path: root/src/unify.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-15 16:27:11 +0000
committerDavid Robillard <d@drobilla.net>2009-10-15 16:27:11 +0000
commit9fe6831a3f9f0b9c062f3cd570327bfb828667d9 (patch)
treef6eff3b4f00a4615bb6f1be6699466de65cfc381 /src/unify.cpp
parentd4b45062903586e86daed7d1f319df6b2133644b (diff)
downloadresp-9fe6831a3f9f0b9c062f3cd570327bfb828667d9.tar.gz
resp-9fe6831a3f9f0b9c062f3cd570327bfb828667d9.tar.bz2
resp-9fe6831a3f9f0b9c062f3cd570327bfb828667d9.zip
Always use error-checking (and terser) Constraints::constrain over push_back.
git-svn-id: http://svn.drobilla.net/resp/tuplr@225 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/unify.cpp')
-rw-r--r--src/unify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unify.cpp b/src/unify.cpp
index 8aac926..38f2583 100644
--- a/src/unify.cpp
+++ b/src/unify.cpp
@@ -55,7 +55,6 @@ TEnv::buildSubst(AType* genericT, const AType& argsT)
return subst;
}
-
void
Constraints::constrain(TEnv& tenv, const AST* o, AType* t)
{