Remove unnecessary patch.
This commit is contained in:
parent
f0a9d1ea86
commit
e71bd4f5f6
1 changed files with 0 additions and 13 deletions
|
@ -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);
|
||||
};
|
Loading…
Reference in a new issue