remove test

This commit is contained in:
Denis Molony 2020-07-23 18:15:58 +10:00
parent 713fb38972
commit 2ecdf83292

View File

@ -181,12 +181,6 @@ public class DosMasterDisk
st -= 16 * 4096;
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));