mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Strip dead code.
This commit is contained in:
parent
461a95d7ff
commit
cc69d01bdc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user