From 36a2e932a8dbb0a568d30581564ed6573e94cf15 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 24 Jul 2016 15:49:04 +0100 Subject: [PATCH] SmallC: remove some unused code --- Applications/SmallC/codegeneric.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Applications/SmallC/codegeneric.c b/Applications/SmallC/codegeneric.c index 3d8d2ee9..29abeee6 100644 --- a/Applications/SmallC/codegeneric.c +++ b/Applications/SmallC/codegeneric.c @@ -709,14 +709,6 @@ void gnargs(int d) args = d; } -/** - * print partial instruction to get an immediate value into - * the secondary register - */ -void gen_immediate2(void) { - output_with_tab ("load r2 "); -} - /** * add offset to primary register * @param val the value -- 2.34.1