summaryrefslogtreecommitdiffstats
path: root/mozilla-build-s390.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-01-31 17:21:41 +0100
committerRemi Collet <fedora@famillecollet.com>2012-01-31 17:21:41 +0100
commit3be039f60b8238b18a674953c8270e8d62e8eefa (patch)
tree6a85a4a78798accae144d9a62a0990aac7aa7a0a /mozilla-build-s390.patch
parent63d120ef16b6d72993a4dace786c89bd9f45d4e2 (diff)
thunderbird 10.0
Diffstat (limited to 'mozilla-build-s390.patch')
-rw-r--r--mozilla-build-s390.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch
deleted file mode 100644
index 2bfe1d5..0000000
--- a/mozilla-build-s390.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up mozilla-1.9.2/js/src/jstl.h.s390 mozilla-1.9.2/js/src/jstl.h
---- mozilla-1.9.2/js/src/jstl.h.s390 2011-02-18 19:33:24.000000000 +0100
-+++ mozilla-1.9.2/js/src/jstl.h 2011-03-07 08:41:29.000000000 +0100
-@@ -195,7 +195,6 @@ class ReentrancyGuard
- JS_ALWAYS_INLINE size_t
- RoundUpPow2(size_t x)
- {
-- typedef tl::StaticAssert<tl::IsSameType<size_t,JSUword>::result>::result _;
- size_t log2 = JS_CEILING_LOG2W(x);
- JS_ASSERT(log2 < tl::BitSize<size_t>::result);
- size_t result = size_t(1) << log2;