From: cuz Date: Sun, 10 Mar 2002 21:28:55 +0000 (+0000) Subject: Removed old cruft X-Git-Tag: V2.12.0~2430 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d814a9a6fb85686b62ab68f91aa65434607825e3;p=cc65 Removed old cruft git-svn-id: svn://svn.cc65.org/cc65/trunk@1186 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/codeopt.c b/src/cc65/codeopt.c index c8f8eb3b0..9bf94bbd0 100644 --- a/src/cc65/codeopt.c +++ b/src/cc65/codeopt.c @@ -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;