]> git.sur5r.net Git - cc65/commitdiff
Remove unused function.
authorDaniel Serpell <daniel.serpell@gmail.com>
Tue, 25 Sep 2018 23:21:35 +0000 (20:21 -0300)
committerDaniel Serpell <daniel.serpell@gmail.com>
Sun, 3 Feb 2019 21:05:15 +0000 (18:05 -0300)
src/ld65/xex.c

index a57fdad0692bec56297dd777d79b861f9d4a516e..71065ea5755f26c742b63b2ac4f560f83cc7b521 100644 (file)
@@ -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 */
 {