Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/nvi/dist/ex CID 1132760: Remove dead code
details: https://anonhg.NetBSD.org/src/rev/16991eedca0d
branches: trunk
changeset: 791670:16991eedca0d
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 27 20:45:33 2013 +0000
description:
CID 1132760: Remove dead code
diffstat:
external/bsd/nvi/dist/ex/ex_tag.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 0078316fabb6 -r 16991eedca0d external/bsd/nvi/dist/ex/ex_tag.c
--- a/external/bsd/nvi/dist/ex/ex_tag.c Wed Nov 27 20:44:56 2013 +0000
+++ b/external/bsd/nvi/dist/ex/ex_tag.c Wed Nov 27 20:45:33 2013 +0000
@@ -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 @@
"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();
Home |
Main Index |
Thread Index |
Old Index