From: Alan Cox Date: Fri, 8 Feb 2019 21:38:37 +0000 (+0000) Subject: bankfixed: kill dead stuff X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=de42654f1b5b1f2ac1c1e61552a142d00578783d;p=FUZIX.git bankfixed: kill dead stuff --- diff --git a/Kernel/bankfixed.c b/Kernel/bankfixed.c index cbe3a3b0..bafe0652 100644 --- a/Kernel/bankfixed.c +++ b/Kernel/bankfixed.c @@ -35,10 +35,6 @@ #ifdef CONFIG_BANK_FIXED -#ifndef CONFIG_COMMON_COPY -#define flush_cache(p) do {} while(0) -#endif - /* Kernel is 0, apps 1,2,3 etc */ static unsigned char pfree[MAX_MAPS]; static unsigned char pfptr = 0;