aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/upas/nfs/imap.c2
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, "/", "_");