From 82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 21 May 2006 18:40:23 +0000 Subject: useless warning --- src/cmd/upas/nfs/imap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cmd/upas') diff --git a/src/cmd/upas/nfs/imap.c b/src/cmd/upas/nfs/imap.c index b79acf53..409544f0 100644 --- a/src/cmd/upas/nfs/imap.c +++ b/src/cmd/upas/nfs/imap.c @@ -1209,8 +1209,6 @@ xlist(Imap *z, Sx *sx) char *s, *t; Box *box; - if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0) - warn("box separator %q not / - need to implement translation", sx->sx[3]->data); s = estrdup(sx->sx[4]->data); if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0){ s = gsub(s, "/", "_"); -- cgit v1.2.3