From 69bf0e40a6b1f4420e32464f04773f477c748b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 26 Dec 2019 22:17:35 +0000 Subject: [PATCH] style: Remove unused FFI function to refcount nsIReferrerInfo. We don't use RefPtr in rust. Differential Revision: https://phabricator.services.mozilla.com/D58274 --- components/style/gecko_bindings/sugar/refptr.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/style/gecko_bindings/sugar/refptr.rs b/components/style/gecko_bindings/sugar/refptr.rs index e27b4a28c40..a141aef4e8b 100644 --- a/components/style/gecko_bindings/sugar/refptr.rs +++ b/components/style/gecko_bindings/sugar/refptr.rs @@ -303,11 +303,6 @@ impl_threadsafe_refcount!( bindings::Gecko_AddRefURLExtraDataArbitraryThread, bindings::Gecko_ReleaseURLExtraDataArbitraryThread ); -impl_threadsafe_refcount!( - structs::nsIReferrerInfo, - bindings::Gecko_AddRefnsIReferrerInfoArbitraryThread, - bindings::Gecko_ReleasensIReferrerInfoArbitraryThread -); impl_threadsafe_refcount!( structs::nsIURI, bindings::Gecko_AddRefnsIURIArbitraryThread,