From a21170bfe840ec763db261ec0ba3b5ed6b5cea3e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 31 Dec 2010 02:22:29 +0000 Subject: Remove unused Engine::objectType(). git-svn-id: http://svn.drobilla.net/resp/resp@386 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/c.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/c.cpp') diff --git a/src/c.cpp b/src/c.cpp index fb330dc..d83ff95 100644 --- a/src/c.cpp +++ b/src/c.cpp @@ -58,8 +58,6 @@ struct CEngine : public Engine { CVal compileString(CEnv& cenv, const char* str); CType compileType(CEnv& cenv, const char* name, const AST* exp); - CType objectType(CEnv& cenv); - void writeModule(CEnv& cenv, std::ostream& os); const string call(CEnv& cenv, CFunc f, const AST* retT); @@ -175,12 +173,6 @@ CEngine::compileType(CEnv& cenv, const char* name, const AST* expr) return NULL; } -CType -CEngine::objectType(CEnv& cenv) -{ - return new string("Object"); -} - CFunc CEngine::startFn(CEnv& cenv, const std::string& name, const ATuple* args, const ATuple* type) { -- cgit v1.2.1