]> code.citadel.org Git - citadel.git/blobdiff - citadel/support.c
* support.c: removed an unused variable
[citadel.git] / citadel / support.c
index 855c9ad4c3712fb596c51bc474592534f98fcbf5..f7f17f7f84e2c155ec96972b6ba304cb956abb4c 100644 (file)
@@ -112,7 +112,6 @@ void mesg_locate(char *targ, size_t n, const char *searchfor,
        int a;
        char buf[SIZ];
        struct stat test;
-       FILE *ls;
 
        for (a=0; a<numdirs; ++a) {
                snprintf(buf, sizeof buf, "%s/%s", dirs[a], searchfor);