aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/files/patch-bug854936
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/files/patch-bug854936')
-rw-r--r--mail/thunderbird/files/patch-bug85493622
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/thunderbird/files/patch-bug854936 b/mail/thunderbird/files/patch-bug854936
deleted file mode 100644
index fc3aa229c965..000000000000
--- a/mail/thunderbird/files/patch-bug854936
+++ /dev/null
@@ -1,22 +0,0 @@
---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~
-+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp
-@@ -9,7 +9,7 @@
- #include "xptc_gcc_x86_unix.h"
-
- extern "C" {
--static void ATTRIBUTE_USED __attribute__ ((regparm(3)))
-+void ATTRIBUTE_USED __attribute__ ((regparm(3)))
- invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d)
- {
- for(uint32_t i = paramCount; i >0; i--, d++, s++)
---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~
-+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
-@@ -10,7 +10,7 @@
- #include "xptc_gcc_x86_unix.h"
-
- extern "C" {
--static nsresult ATTRIBUTE_USED
-+nsresult ATTRIBUTE_USED
- __attribute__ ((regparm (3)))
- PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args)
- {