summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-01-19 03:29:22 +0000
committerryoon <ryoon@pkgsrc.org>2013-01-19 03:29:22 +0000
commite71bd4f5f6d7dc78292dcd81bf1dee9e63edcffd (patch)
treebc6b0afb8f3a8fce8f71f9b95e1794bcf9289e71
parentf0a9d1ea8643acee8a2d5b789728f33257b4087d (diff)
downloadpkgsrc-e71bd4f5f6d7dc78292dcd81bf1dee9e63edcffd.tar.gz
Remove unnecessary patch.
-rw-r--r--devel/xulrunner/patches/patch-ipc_chromium_src_base_ref__counted.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/xulrunner/patches/patch-ipc_chromium_src_base_ref__counted.h b/devel/xulrunner/patches/patch-ipc_chromium_src_base_ref__counted.h
deleted file mode 100644
index 6ba3bb2df92..00000000000
--- a/devel/xulrunner/patches/patch-ipc_chromium_src_base_ref__counted.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ipc_chromium_src_base_ref__counted.h,v 1.2 2012/08/28 23:27:10 ryoon Exp $
-
---- ipc/chromium/src/base/ref_counted.h.orig 2012-08-24 22:55:37.000000000 +0000
-+++ ipc/chromium/src/base/ref_counted.h
-@@ -28,7 +28,7 @@ class RefCountedBase {
- bool in_dtor_;
- #endif
-
-- DFAKE_MUTEX(add_release_);
-+ DFAKE_MUTEX(add_release_)
-
- DISALLOW_COPY_AND_ASSIGN(RefCountedBase);
- };