summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/files/alignment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mozilla/firefox/files/alignment.patch')
-rw-r--r--recipes-mozilla/firefox/files/alignment.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-mozilla/firefox/files/alignment.patch b/recipes-mozilla/firefox/files/alignment.patch
deleted file mode 100644
index 4047124..0000000
--- a/recipes-mozilla/firefox/files/alignment.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py~ 2012-07-29 11:14:45.000000000 +0200
-+++ mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py 2012-07-29 11:13:36.000000000 +0200
-@@ -107,7 +107,7 @@
- self.println(';')
- self.dedent()
-
-- self.printdent('}')
-+ self.printdent('} __attribute__ ((aligned (__BIGGEST_ALIGNMENT__)))')
-
-
- def visitTypedef(self, td):