From 9505e74e3a46eb0b5b1d2e0cce4d9a5092ebedc9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Dec 2010 22:39:45 +0000 Subject: Remove Engine::compileMatch. git-svn-id: http://svn.drobilla.net/resp/resp@318 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/c.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/c.cpp') diff --git a/src/c.cpp b/src/c.cpp index afe1132..0e3596d 100644 --- a/src/c.cpp +++ b/src/c.cpp @@ -160,7 +160,7 @@ struct CEngine : public Engine { CVal compileString(CEnv& cenv, const char* str); CVal compilePrimitive(CEnv& cenv, const ATuple* prim); CVal compileIf(CEnv& cenv, const ATuple* aif); - CVal compileMatch(CEnv& cenv, const ATuple* match); + CVal compileIsA(CEnv& cenv, CVal rtti, const ASymbol* tag) { return NULL; } CVal compileGlobal(CEnv& cenv, const AType* type, const string& sym, CVal val); CVal compileGlobalGet(CEnv& cenv, const string& sym, CVal val); @@ -265,12 +265,6 @@ CEngine::compileIf(CEnv& cenv, const ATuple* aif) return varname; } -CVal -CEngine::compileMatch(CEnv& cenv, const ATuple* match) -{ - return NULL; -} - CVal CEngine::compilePrimitive(CEnv& cenv, const ATuple* prim) { -- cgit v1.2.1