X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..19b47ea980a98d01112d4bda1d220c7057818ff1:/sbr/seq_read.c diff --git a/sbr/seq_read.c b/sbr/seq_read.c index 649a360e..d085d53d 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.