mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +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)
|
||||
/* Print a numerical value for debugging */
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user