]> code.citadel.org Git - citadel.git/blobdiff - webcit/subst.h
fix various incidents reported by CLANG Static analyzer:
[citadel.git] / webcit / subst.h
index 970aa0368e837eb6649aab0f32cc1c1ec2a6885f..2899d05c9fdf73081665075ca7d9dfd1e885e04c 100644 (file)
@@ -26,7 +26,6 @@ extern HashList *LocalTemplateCache;
 enum {
        WCS_STRING,       /* its a string */
        WCS_FUNCTION,     /* its a function callback */
-       WCS_SERVCMD,      /* its a command to send to the citadel server */
        WCS_STRBUF,       /* its a strbuf we own */
        WCS_STRBUF_REF,   /* its a strbuf we mustn't free */
        WCS_LONG          /* its an integer */