mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove outdated comment. r=gal
This commit is contained in:
parent
0b6b7ba840
commit
3d517dff43
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user