aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
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;