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:
Emilio Cobos Álvarez 2019-12-26 22:17:35 +00:00
parent d3e65000be
commit 69bf0e40a6
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -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,