remove bogus comment
authorroot <devnull@localhost>
Wed, 21 Feb 1996 17:31:56 +0000 (17:31 +0000)
committerroot <devnull@localhost>
Wed, 21 Feb 1996 17:31:56 +0000 (17:31 +0000)
CVS patchset: 380
CVS date: 1996/02/21 17:31:56

build/pack.c

index 150f2ba..045ccc9 100644 (file)
@@ -632,7 +632,6 @@ static int process_filelist(Header header, StringBuf sb, int *size,
        
        s = strtok(buf, " \t\n");
        while (s) {
-           /* Order of comparison here is important */
            if (!strcmp(s, "%docdir")) {
                s = strtok(NULL, " \t\n");
                addDocdir(s);