Index: net/disk_cache/simple/simple_entry_impl.h |
diff --git a/net/disk_cache/simple/simple_entry_impl.h b/net/disk_cache/simple/simple_entry_impl.h |
index 350e59d2f08e6e32f2b0dfc573215aacf267aa3d..a210adee0e0007c56fdab247f101fc14a6b7e3f1 100644 |
--- a/net/disk_cache/simple/simple_entry_impl.h |
+++ b/net/disk_cache/simple/simple_entry_impl.h |
@@ -125,8 +125,6 @@ class SimpleEntryImpl : public Entry { |
// and false after. Used to insure thread safety by not allowing multiple |
// threads to access the |synchronous_entry_| simultaniously. |
bool synchronous_entry_in_use_by_worker_; |
- |
- bool has_been_doomed_; |
}; |
} // namespace disk_cache |