Index: sync/syncable/directory.h |
=================================================================== |
--- sync/syncable/directory.h (revision 143339) |
+++ sync/syncable/directory.h (working copy) |
@@ -497,12 +497,6 @@ |
~Kernel(); |
- void AddRef(); // For convenience. |
- void Release(); |
- |
- // TODO(timsteele): audit use of the member and remove if possible |
- volatile base::subtle::AtomicWord refcount; |
- |
// Implements ReadTransaction / WriteTransaction using a simple lock. |
base::Lock transaction_mutex; |