Remove unused STRINGBUFFER constant

This commit is contained in:
Yorick Barbanneau 2021-10-13 23:22:09 +02:00
parent 80fc250109
commit 22397c9345

View file

@ -4,8 +4,6 @@
#include "consoledriver.h" #include "consoledriver.h"
#include "synch.h" #include "synch.h"
#define STRINGBUFFER 8
static Semaphore *readAvail; static Semaphore *readAvail;
static Semaphore *writeDone; static Semaphore *writeDone;