mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Strip dead code.
This commit is contained in:
@@ -59,10 +59,6 @@ template <int index> NSString *operand(Preinstruction instruction) {
|
|||||||
|
|
||||||
@implementation m68kDecoderTests
|
@implementation m68kDecoderTests
|
||||||
|
|
||||||
- (NSString *)operand:(int)operand instruction:(Preinstruction)instruction {
|
|
||||||
return @"";
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)testInstructionSpecs {
|
- (void)testInstructionSpecs {
|
||||||
NSData *const testData =
|
NSData *const testData =
|
||||||
[NSData dataWithContentsOfURL:
|
[NSData dataWithContentsOfURL:
|
||||||
|
Reference in New Issue
Block a user