From eb266ded8d593bcfa87ae75873ac2d8ee1841620 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Tue, 21 Apr 2020 17:32:02 -0700 Subject: remove unused macro from chan.c --- sys/src/9/port/chan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/src/9/port/chan.c b/sys/src/9/port/chan.c index cce88ba3e..8945c892e 100644 --- a/sys/src/9/port/chan.c +++ b/sys/src/9/port/chan.c @@ -33,8 +33,6 @@ struct Elemlist int prefix; }; -#define SEP(c) ((c) == 0 || (c) == '/') - char* chanpath(Chan *c) { -- cgit v1.2.3