Revert "DiskCache needs a size"

This reverts commit 7cc8df271c.
This commit is contained in:
Daniel Markstedt 2024-04-09 09:31:26 +09:00
parent 8808ae8529
commit 29d00b36ce
1 changed files with 0 additions and 5 deletions

View File

@ -140,11 +140,6 @@ TEST(ScsiCdTest, ModeSelect)
vector<int> cmd(6);
vector<uint8_t> buf(255);
path filename = CreateTempFile(2* 2048);
cd.SetFilename(string(filename));
cd.Open();
EXPECT_EQ(2, cd.GetBlockCount());
cd.SetSectorSizeInBytes(2048);
// PF