summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-10-23 01:33:36 +0000
committermmcc <mmcc@openbsd.org>2015-10-23 01:33:36 +0000
commit6af94c792a7ef3635d587a1d9413ad8d683f17ba (patch)
tree0ba0d9a23dacad5d2e94dbd28956ba3a10e17ad7
parentcounting packets in hif_packets in hfsc_if is redundant. (diff)
downloadwireguard-openbsd-6af94c792a7ef3635d587a1d9413ad8d683f17ba.tar.xz
wireguard-openbsd-6af94c792a7ef3635d587a1d9413ad8d683f17ba.zip
Remove two comments listing functionless files. Trivial, no functional
change.
-rw-r--r--bin/ksh/sh.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h
index 1563ac15a88..642444d7d94 100644
--- a/bin/ksh/sh.h
+++ b/bin/ksh/sh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh.h,v 1.49 2015/10/23 01:14:07 mmcc Exp $ */
+/* $OpenBSD: sh.h,v 1.50 2015/10/23 01:33:36 mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
@@ -578,7 +578,6 @@ void set_current_wd(char *);
/* syn.c */
void initkeywords(void);
struct op * compile(Source *);
-/* trace.c */
/* trap.c */
void inittraps(void);
void alarm_init(void);
@@ -619,5 +618,4 @@ void change_random(void);
int array_ref_len(const char *);
char * arrayname(const char *);
void set_array(const char *, int, char **);
-/* version.c */
/* vi.c: see edit.h */