Remove unnecessary patch.

This commit is contained in:
ryoon 2013-01-19 03:29:22 +00:00
parent f0a9d1ea86
commit e71bd4f5f6

View file

@ -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);
};