X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fcontext_replace.c;h=b723cb43118a65bf5f0c820b1739a9b8cf307ed7;hb=e79165e0c2c80b68ece9aaf418a59c6a169a17f5;hp=541253db66309398b6591db84ebe7124ad184fc2;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/context_replace.c b/sbr/context_replace.c index 541253d..b723cb4 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. */