Remove outdated comment. r=gal

This commit is contained in:
Blake Kaplan 2008-09-02 22:18:57 -07:00
parent 0b6b7ba840
commit 3d517dff43

View File

@ -2399,7 +2399,7 @@ js_InitJIT(JSTraceMonitor *tm)
did_we_check_sse2 = true;
}
#endif
if (!oracle) // TODO: currently oracle does not get deallocated on shutdown
if (!oracle)
oracle = new (&gc) Oracle();
if (!tm->fragmento) {
JS_ASSERT(!tm->globalSlots && !tm->globalTypeMap);