From 426043f80bf9aff595afb1e789e2ea7b871330dd Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Fri, 17 Aug 2018 14:00:24 +0100 Subject: [PATCH] Remove some commented lines Signed-off-by: Adrian Conlon --- Intel8080/test/Configuration.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Intel8080/test/Configuration.h b/Intel8080/test/Configuration.h index 213fc69..64a76ae 100644 --- a/Intel8080/test/Configuration.h +++ b/Intel8080/test/Configuration.h @@ -29,8 +29,6 @@ public: } EightBit::register16_t getStartAddress() const { - //EightBit::register16_t returned; - //returned.word = 0x100; return 0x100; }