commit 82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4 from: rsc date: Sun May 21 18:40:23 2006 UTC useless warning commit - 1b827fbc0c19f544dad91ea65422796d2a31dca1 commit + 82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4 blob - b79acf533bf5d307786b5d8e4c79b40967618df5 blob + 409544f0deb61e05c858ea3fd5912953928e3462 --- src/cmd/upas/nfs/imap.c +++ 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, "/", "_");