summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/port/chan.c2
1 files changed, 0 insertions, 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)
{