diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-07-02 22:43:39 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-07-02 22:43:39 +0000 |
commit | c94807dc8e5c23b457b94088f2867d5b05e8201c (patch) | |
tree | e447573ee7b3fd1c7f2e29d41efee8415dd5080c /usr.bin | |
parent | 4f5e1fd9c27dff54214b6e01a9a63ac0e4ced40e (diff) |
tags.c isn't needed at all, so exclude the entire object instead of
commenting it out top-to-bottom
ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/less/tags.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/less/tags.c b/usr.bin/less/tags.c index e4387ae63fa..355b8577e79 100644 --- a/usr.bin/less/tags.c +++ b/usr.bin/less/tags.c @@ -13,8 +13,6 @@ #define WHITESP(c) ((c)==' ' || (c)=='\t') -#if TAGS - public char *tags = "tags"; static int total; @@ -754,5 +752,4 @@ getentry(buf, tag, file, line) return (0); return (-1); } - -#endif + |