diff options
author | rsc <devnull@localhost> | 2006-05-21 18:40:23 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-05-21 18:40:23 +0000 |
commit | 82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4 (patch) | |
tree | d50f041a0a32b38b90172b08778a93a00bcd40c4 /src/cmd/upas | |
parent | 1b827fbc0c19f544dad91ea65422796d2a31dca1 (diff) | |
download | plan9port-82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4.tar.gz plan9port-82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4.tar.bz2 plan9port-82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4.zip |
useless warning
Diffstat (limited to 'src/cmd/upas')
-rw-r--r-- | src/cmd/upas/nfs/imap.c | 2 |
1 files changed, 0 insertions, 2 deletions
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, "/", "_"); |