From: Daniel Serpell Date: Tue, 25 Sep 2018 23:21:35 +0000 (-0300) Subject: Remove unused function. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e3fe2ef86054aae8401616daffe5cc202b88839;p=cc65 Remove unused function. --- diff --git a/src/ld65/xex.c b/src/ld65/xex.c index a57fdad06..71065ea57 100644 --- a/src/ld65/xex.c +++ b/src/ld65/xex.c @@ -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 */ {