X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..106638417f787bf077db15294cf54e068113e5c8:/sbr/context_find.c diff --git a/sbr/context_find.c b/sbr/context_find.c index 96f28f9d..efac368f 100644 --- a/sbr/context_find.c +++ b/sbr/context_find.c @@ -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);