mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug. Remove noisy debugging printout.
--HG-- extra : rebase_source : f5aa45dcb6c5d051f8888682d3aeab71b7df56d5
This commit is contained in:
parent
b4e452ee01
commit
9ef58fba19
@ -148,9 +148,7 @@ function loadCallgraph(file)
|
||||
// Any field call that has been resolved to all possible callees can be
|
||||
// trusted to not GC if all of those callees are known to not GC.
|
||||
for (var name in resolvedFunctions) {
|
||||
if (!(name in gcFunctions)) {
|
||||
if (!(name in gcFunctions))
|
||||
suppressedFunctions[name] = true;
|
||||
printErr("Adding " + name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user