1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Strip dead code.

This commit is contained in:
Thomas Harte 2022-04-19 20:41:39 -04:00
parent 461a95d7ff
commit cc69d01bdc

View File

@ -59,10 +59,6 @@ template <int index> NSString *operand(Preinstruction instruction) {
@implementation m68kDecoderTests
- (NSString *)operand:(int)operand instruction:(Preinstruction)instruction {
return @"";
}
- (void)testInstructionSpecs {
NSData *const testData =
[NSData dataWithContentsOfURL: