X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..830e38e1921fe065733bab9a2128390e56e35985:/sbr/context_replace.c?ds=sidebyside diff --git a/sbr/context_replace.c b/sbr/context_replace.c index 541253db..b723cb43 100644 --- a/sbr/context_replace.c +++ b/sbr/context_replace.c @@ -17,10 +17,6 @@ context_replace (char *key, char *value) { register struct node *np; - /* sanity check - check that context has been read */ - if (defpath == NULL) - adios (NULL, "oops, context hasn't been read yet"); - /* * If list is emtpy, allocate head of profile/context list. */