mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Remove unused FFI function to refcount nsIReferrerInfo.
We don't use RefPtr<nsIReferrerInfo> in rust. Differential Revision: https://phabricator.services.mozilla.com/D58274
This commit is contained in:
parent
d3e65000be
commit
69bf0e40a6
1 changed files with 0 additions and 5 deletions
|
@ -303,11 +303,6 @@ impl_threadsafe_refcount!(
|
||||||
bindings::Gecko_AddRefURLExtraDataArbitraryThread,
|
bindings::Gecko_AddRefURLExtraDataArbitraryThread,
|
||||||
bindings::Gecko_ReleaseURLExtraDataArbitraryThread
|
bindings::Gecko_ReleaseURLExtraDataArbitraryThread
|
||||||
);
|
);
|
||||||
impl_threadsafe_refcount!(
|
|
||||||
structs::nsIReferrerInfo,
|
|
||||||
bindings::Gecko_AddRefnsIReferrerInfoArbitraryThread,
|
|
||||||
bindings::Gecko_ReleasensIReferrerInfoArbitraryThread
|
|
||||||
);
|
|
||||||
impl_threadsafe_refcount!(
|
impl_threadsafe_refcount!(
|
||||||
structs::nsIURI,
|
structs::nsIURI,
|
||||||
bindings::Gecko_AddRefnsIURIArbitraryThread,
|
bindings::Gecko_AddRefnsIURIArbitraryThread,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue