summaryrefslogtreecommitdiff
path: root/net/disk_cache/blockfile/storage_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/blockfile/storage_block.h')
-rw-r--r--net/disk_cache/blockfile/storage_block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/disk_cache/blockfile/storage_block.h b/net/disk_cache/blockfile/storage_block.h
index e17b1733a..1ccb23a73 100644
--- a/net/disk_cache/blockfile/storage_block.h
+++ b/net/disk_cache/blockfile/storage_block.h
@@ -102,7 +102,6 @@ class StorageBlock : public FileBlock {
bool modified_ = false;
// Is data_ owned by this object or shared with someone else.
bool own_data_ = false;
- bool extended_ = false; // Used to store an entry of more than one block.
};
} // namespace disk_cache