X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fseq_read.c;h=d085d53d440f89d7b175a74b910a61a59d3f30f3;hb=19b47ea980a98d01112d4bda1d220c7057818ff1;hp=649a360e41f8500da03777cadccf1969c903f84e;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/seq_read.c b/sbr/seq_read.c index 649a360..d085d53 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -4,6 +4,10 @@ * -- initialize sequence information * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -25,10 +29,6 @@ static void seq_private (struct msgs *); void seq_read (struct msgs *mp) { - /* sanity check - check that context has been read */ - if (defpath == NULL) - adios (NULL, "oops, context hasn't been read yet"); - /* * Initialize the list of sequence names. Go ahead and * add the "cur" sequence to the list of sequences.