mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Remove dead setCallTable() declaration (bug 488515, r=gal).
This commit is contained in:
parent
99949e5c2a
commit
0387130125
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user