mirror of
https://github.com/cc65/cc65.git
synced 2025-02-08 11:31:34 +00:00
Remove unused function.
This commit is contained in:
parent
0e947d594f
commit
8e3fe2ef86
@ -112,14 +112,6 @@ static unsigned XexWriteExpr (ExprNode* E, int Signed, unsigned Size,
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void PrintBoolVal (const char* Name, int B)
|
|
||||||
/* Print a boolean value for debugging */
|
|
||||||
{
|
|
||||||
Print (stdout, 2, " %s = %s\n", Name, B? "true" : "false");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void PrintNumVal (const char* Name, unsigned long V)
|
static void PrintNumVal (const char* Name, unsigned long V)
|
||||||
/* Print a numerical value for debugging */
|
/* Print a numerical value for debugging */
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user