kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 5abb56d6fb61e80d95043c5b6f870caf9a8d7d5a
parent 5e1cb53f139cb8467c6f9120fcc98b376dff096b
Author: Joris Vink <joris@coders.se>
Date:   Fri,  4 Nov 2016 09:21:09 +0100

remove unused define.

Diffstat:
src/worker.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/worker.c b/src/worker.c @@ -50,7 +50,6 @@ #define WAIT_ANY (-1) #endif -#define KORE_SHM_KEY 15000 #define WORKER_LOCK_TIMEOUT 500 #define WORKER(id) \