Remove oduplicate definition which became visible once it wasn't the same anymore...
[citadel.git] / libcitadel / lib / libcitadel.h
index aa1f5a141ce34daf71097d324fb1150bd621006c..31c8394a5d043670d19697ba9b8aec91a956644a 100644 (file)
@@ -445,7 +445,6 @@ char *memreadline(char *start, char *buf, int maxlen);
 char *memreadlinelen(char *start, char *buf, int maxlen, int *retlen);
 const char *cmemreadline(const char *start, char *buf, int maxlen);
 const char *cmemreadlinelen(const char *start, char *buf, int maxlen, int *retlen);
-#define IsEmptyStr(a) ((a)[0] == '\0')
 #define num_parms(source)              num_tokens(source,(char)'|')
 int stripout(char *str, char leftboundary, char rightboundary);
 long stripallbut(char *str, char leftboundary, char rightboundary);