X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..830e38e1921fe065733bab9a2128390e56e35985:/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);