]> code.citadel.org Git - citadel.git/blobdiff - webcit/groupdav_delete.c
* silence some warnings. Why do 'may be used uninitialized' ones just show up in...
[citadel.git] / webcit / groupdav_delete.c
index 9dc57740036c5952a28b959506b62e4a19034771..cdc65becb459458d7741335b3255423f09b1641e 100644 (file)
@@ -18,7 +18,6 @@ void groupdav_delete(StrBuf *dav_pathname, char *dav_ifmatch) {
        long dav_msgnum = (-1);
        char buf[SIZ];
        int n = 0;
-       int len;
 
        /* First, break off the "/groupdav/" prefix */
        StrBufCutLeft(dav_pathname, 9);