diff --git a/src/cc65/coptind.c b/src/cc65/coptind.c index 2dd0aaa54..cf43d44b1 100644 --- a/src/cc65/coptind.c +++ b/src/cc65/coptind.c @@ -183,7 +183,8 @@ static short ZPRegVal (unsigned short Use, const RegContents* RC) } - + +#if 0 /* Currently unused */ static short RegVal (unsigned short Use, const RegContents* RC) /* Return the contents of the given register */ { @@ -197,6 +198,7 @@ static short RegVal (unsigned short Use, const RegContents* RC) return ZPRegVal (Use, RC); } } +#endif