The file README-ATTACHMENTS was removed - it has been moved to the docs
[mmh] / sbr / seq_read.c
index 649a360..d085d53 100644 (file)
@@ -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 <h/mh.h>
@@ -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.