X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..106638417f787bf077db15294cf54e068113e5c8:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index 2cc9bde6..7706f90f 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -818,10 +818,6 @@ 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);