aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-31 02:22:29 +0000
committerDavid Robillard <d@drobilla.net>2010-12-31 02:22:29 +0000
commita21170bfe840ec763db261ec0ba3b5ed6b5cea3e (patch)
treec24f693c225f2858ed1b0de7eb175957be5c0e62 /src/resp.hpp
parent9b181a9be13efff7e404ca1712e5933a330d83cd (diff)
downloadresp-a21170bfe840ec763db261ec0ba3b5ed6b5cea3e.tar.gz
resp-a21170bfe840ec763db261ec0ba3b5ed6b5cea3e.tar.bz2
resp-a21170bfe840ec763db261ec0ba3b5ed6b5cea3e.zip
Remove unused Engine::objectType().
git-svn-id: http://svn.drobilla.net/resp/resp@386 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index acd5213..a5bf99d 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -669,8 +669,6 @@ struct Engine {
virtual CVal compileString(CEnv& cenv, const char* str) = 0;
virtual CType compileType(CEnv& cenv, const char* name, const AST* exp) = 0;
- virtual CType objectType(CEnv& cenv) = 0;
-
virtual void writeModule(CEnv& cenv, std::ostream& os) = 0;
virtual const string call(CEnv& cenv, CFunc f, const AST* retT) = 0;