mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-03-03 15:29:23 +00:00
remove test
This commit is contained in:
parent
713fb38972
commit
2ecdf83292
@ -181,12 +181,6 @@ public class DosMasterDisk
|
|||||||
st -= 16 * 4096;
|
st -= 16 * 4096;
|
||||||
|
|
||||||
int num = (v - st) / sz - 1;
|
int num = (v - st) / sz - 1;
|
||||||
|
|
||||||
int test = switch(num)
|
|
||||||
{
|
|
||||||
case 1->27;
|
|
||||||
default -> throw new IllegalArgumentException ("Unexpected value: " + num);
|
|
||||||
};
|
|
||||||
|
|
||||||
text.append (String.format (" %d volumes of %d sectors%n", num, sz * 2));
|
text.append (String.format (" %d volumes of %d sectors%n", num, sz * 2));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user