By Harry Coin: make IsEmptyStr NULL-pointer-safe.
[citadel.git] / webcit / webcit.h
index 64034c777eb9f2afe842a23952d93d55714b1d82..c5e1fe4222896afa277794108f58ecca58bc39cb 100644 (file)
@@ -61,8 +61,6 @@
 #define _(string)      (string)
 #endif
 
-#define IsEmptyStr(a) ((a)[0] == '\0')
-
 #define DO_DBG_QR 0
 #define DBG_QR(x) if(DO_DBG_QR) _DBG_QR(x)
 #define DBG_QR2(x) if(DO_DBG_QR) _DBG_QR2(x)