X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/945aa62b814966a1266a5524bd089a74e0999cd1..5afa7072e3fe7fc42287e2149e1c23b363700795:/uip/flist.c diff --git a/uip/flist.c b/uip/flist.c index dac84d50..a79c8420 100644 --- a/uip/flist.c +++ b/uip/flist.c @@ -697,10 +697,6 @@ do_readonly_folders (void) char atrcur[BUFSIZ]; register struct node *np; - /* sanity check - check that context has been read */ - if (defpath == NULL) - adios (NULL, "oops, context hasn't been read yet"); - snprintf (atrcur, sizeof(atrcur), "atr-%s-", current); atrlen = strlen (atrcur);