From 9fe6831a3f9f0b9c062f3cd570327bfb828667d9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Oct 2009 16:27:11 +0000 Subject: 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 --- src/unify.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unify.cpp') 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) { -- cgit v1.2.1