code: drawterm

Download patch

ref: 07155bd7a928dbe2df7499f54f5e590d140a86b0
parent: c4faf3aa90c2a9d326eddec8e4aa23d5e2c68e16
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Apr 23 13:49:16 EDT 2020

remove unused macro from chan.c (from 9front)

--- a/kern/chan.c
+++ b/kern/chan.c
@@ -32,8 +32,6 @@
 	int	prefix;
 };
 
-#define SEP(c) ((c) == 0 || (c) == '/')
-
 char*
 chanpath(Chan *c)
 {