]> git.marmaro.de Git - mmh/blobdiff - sbr/context_find.c
The file README-ATTACHMENTS was removed - it has been moved to the docs
[mmh] / sbr / context_find.c
index 96f28f9dc09f380715211915f915e7ff76c1515b..efac368faf68f65ee8c18cd0321f246cd7d416b2 100644 (file)
@@ -17,10 +17,6 @@ context_find (char *str)
 {
     struct node *np;
 
-    /* sanity check - check that context has been read */
-    if (defpath == NULL)
-       adios (NULL, "oops, context hasn't been read yet");
-
     for (np = m_defs; np; np = np->n_next)
        if (!strcasecmp (np->n_name, str))
            return (np->n_field);