]> git.sur5r.net Git - cc65/commitdiff
Removed old cruft
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Mar 2002 21:28:55 +0000 (21:28 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Mar 2002 21:28:55 +0000 (21:28 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1186 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/codeopt.c

index c8f8eb3b04c9891d9cba0315d689f815e6150a36..9bf94bbd0a67fe54da433a1ee671878974c5e515 100644 (file)
@@ -1348,9 +1348,6 @@ struct OptFunc {
 
 
 
-/* Macro that builds a function description */
-#define OptFuncEntry(func) static OptFuncDesc D##func = { func, #func, 0 }
-
 /* A list of all the function descriptions */
 static OptFunc DOpt65C02BitOps  = { Opt65C02BitOps,  "Opt65C02BitOps",   66, 0, 0, 0, 0, 0 };
 static OptFunc DOpt65C02Ind            = { Opt65C02Ind,     "Opt65C02Ind",     100, 0, 0, 0, 0, 0 };
@@ -1777,7 +1774,7 @@ static unsigned RunOptGroup3 (CodeSeg* S)
 
 static unsigned RunOptGroup4 (CodeSeg* S)
 /* 65C02 specific optimizations. */
-{                        
+{
     unsigned C;
     unsigned Changes = 0;