mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Remove DerivedWrapper::wrap_shared, as it's unused.
This commit is contained in:
parent
38cea1b2d5
commit
3da1a206d8
9 changed files with 0 additions and 96 deletions
|
@ -192,10 +192,6 @@ impl DerivedWrapper for AbstractDocument {
|
|||
unsafe { *vp = RUST_OBJECT_TO_JSVAL(self.reflector().get_jsobject()) };
|
||||
return 1;
|
||||
}
|
||||
|
||||
fn wrap_shared(@mut self, _cx: *JSContext, _scope: *JSObject, _vp: *mut JSVal) -> i32 {
|
||||
fail!(~"nyi")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue