* Removed the "transaction_changed" leftover member.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-04-03 11:22:14 +00:00
parent 816957bd74
commit 9a87228642
-2
View File
@@ -106,7 +106,6 @@ struct block_cache : DoublyLinkedListLinkImpl<block_cache> {
int32 next_transaction_id; int32 next_transaction_id;
cache_transaction *last_transaction; cache_transaction *last_transaction;
hash_table *transaction_hash; hash_table *transaction_hash;
int32 transaction_changed;
object_cache *buffer_cache; object_cache *buffer_cache;
block_list unused_blocks; block_list unused_blocks;
@@ -545,7 +544,6 @@ block_cache::block_cache(int _fd, off_t numBlocks, size_t blockSize,
next_transaction_id(1), next_transaction_id(1),
last_transaction(NULL), last_transaction(NULL),
transaction_hash(NULL), transaction_hash(NULL),
transaction_changed(0),
num_dirty_blocks(0), num_dirty_blocks(0),
read_only(readOnly), read_only(readOnly),
deleting(false) deleting(false)