The file README-ATTACHMENTS was removed - it has been moved to the docs
[mmh] / sbr / context_find.c
index 96f28f9..efac368 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);