Module Name: src
Committed By: christos
Date: Wed Nov 27 20:45:33 UTC 2013
Modified Files:
src/external/bsd/nvi/dist/ex: ex_tag.c
Log Message:
CID 1132760: Remove dead code
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nvi/dist/ex/ex_tag.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/nvi/dist/ex/ex_tag.c
diff -u src/external/bsd/nvi/dist/ex/ex_tag.c:1.5 src/external/bsd/nvi/dist/ex/ex_tag.c:1.6
--- src/external/bsd/nvi/dist/ex/ex_tag.c:1.5 Wed Nov 27 13:09:06 2013
+++ src/external/bsd/nvi/dist/ex/ex_tag.c Wed Nov 27 15:45:33 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: ex_tag.c,v 1.5 2013/11/27 18:09:06 christos Exp $ */
+/* $NetBSD: ex_tag.c,v 1.6 2013/11/27 20:45:33 christos Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
@@ -409,8 +409,6 @@ filearg: arglen = strlen(arg);
"160|No file %s on the tags stack to return to; use :display t[ags]");
return (1);
}
- if (tqp == NULL)
- return (0);
break;
default:
abort();