From 8e3fe2ef86054aae8401616daffe5cc202b88839 Mon Sep 17 00:00:00 2001 From: Daniel Serpell Date: Tue, 25 Sep 2018 20:21:35 -0300 Subject: [PATCH] Remove unused function. --- src/ld65/xex.c | 8 -------- 1 file changed, 8 deletions(-) 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 */ { -- 2.39.5