X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/017a82124bf2ea39ced5aa4c8f969c18b3c2fb90..d3a300121b033551031ffbdaa9202fb4aa4453f3:/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);