]> git.marmaro.de Git - mmh/blobdiff - sbr/context_del.c
Added support for optional Content_Disposition header in mhbuild directive.s
[mmh] / sbr / context_del.c
index e55d683be335d8be9b2db307c7167132fa77fc80..b38d822226680d17118d79193d7d0d99e700921d 100644 (file)
@@ -21,10 +21,6 @@ context_del (char *key)
 {
     register struct node *np, *pp;
 
-    /* sanity check - check that context has been read */
-    if (defpath == NULL)
-       adios (NULL, "oops, context hasn't been read yet");
-
     for (np = m_defs, pp = NULL; np; pp = np, np = np->n_next) {
        if (!strcasecmp (np->n_name, key)) {
            if (!np->n_context)