summaryrefslogtreecommitdiffstats
path: root/mozilla-build-s390.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-01-31 17:53:51 +0100
committerRemi Collet <fedora@famillecollet.com>2012-01-31 17:53:51 +0100
commit1b118c49eeaed60571788022f462194e91924dc0 (patch)
tree9a912271b9665855fed145a667cba6ad991a62ab /mozilla-build-s390.patch
parente1e079806989cd1d7ee5c696b2cc88dc0ee6c9a3 (diff)
Enigmail 1.3.5 for 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;