mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1140336: Remove init() method in VMFunction (and dubious assert); r=h4writer
This commit is contained in:
parent
afe27b5e3a
commit
0cc342bdc7
@ -252,11 +252,6 @@ struct VMFunction
|
||||
}
|
||||
|
||||
VMFunction(const VMFunction &o) {
|
||||
init(o);
|
||||
}
|
||||
|
||||
void init(const VMFunction &o) {
|
||||
MOZ_ASSERT(!wrapped);
|
||||
*this = o;
|
||||
addToFunctions();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user