From: Alan Cox Date: Sun, 12 Aug 2018 23:37:20 +0000 (+0100) Subject: trs80m1: remove obsolete comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c1a2f4a5ece09df170a2d0f6c618d2eacc826eb4;p=FUZIX.git trs80m1: remove obsolete comment --- diff --git a/Kernel/platform-trs80m1/main.c b/Kernel/platform-trs80m1/main.c index 38a35a09..c4a888ed 100644 --- a/Kernel/platform-trs80m1/main.c +++ b/Kernel/platform-trs80m1/main.c @@ -83,11 +83,7 @@ void platform_interrupt(void) struct blkbuf bufpool[MAX_BUFS]; struct blkbuf *bufpool_end = &bufpool[NBUFS]; -/* - * We can't recover discard space usefully... yet. I have a cunning plan - * involving external buffers in the spare bank space 8) - */ - +/* Turn DISCARD into space in bank 2 for buffers */ void platform_discard(void) { extern uint8_t bufdata_end[];