Remove dead setCallTable() declaration (bug 488515, r=gal).

This commit is contained in:
Nicholas Nethercote 2009-06-30 14:55:44 +10:00
parent 99949e5c2a
commit 0387130125

View File

@ -186,7 +186,6 @@ namespace nanojit
#endif
AssmError error() { return _err; }
void setError(AssmError e) { _err = e; }
void setCallTable(const CallInfo *functions);
void pageReset();
int32_t codeBytes();
Page* handoverPages(bool exitPages=false);