remove unused macro from chan.c

This commit is contained in:
Ori Bernstein 2020-04-21 17:32:02 -07:00
parent 81c9ede53f
commit eb266ded8d

View file

@ -33,8 +33,6 @@ struct Elemlist
int prefix;
};
#define SEP(c) ((c) == 0 || (c) == '/')
char*
chanpath(Chan *c)
{