Some small cleanups.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-09-16 15:13:54 +00:00
parent fb34ad79d7
commit 850b731e4d
@@ -139,8 +139,6 @@ class Transaction {
return B_NO_INIT; return B_NO_INIT;
return fJournal->LogBlocks(blockNumber, buffer, numBlocks); return fJournal->LogBlocks(blockNumber, buffer, numBlocks);
//status_t status = cached_write/*_locked*/(fVolume->Device(),blockNumber,buffer,numBlocks,fVolume->BlockSize());
//return status;
} }
Volume *GetVolume() { return fJournal != NULL ? fJournal->GetVolume() : NULL; } Volume *GetVolume() { return fJournal != NULL ? fJournal->GetVolume() : NULL; }