diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-02-05 14:53:27 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-02-05 14:53:27 +0000 |
commit | 33c99bfeafb0cb2035b9a1a8f827cee83fa2773a (patch) | |
tree | fe7a081ab50f8beffdae3168d19bb02bf68afe00 /sys/conf | |
parent | 346e8e2930ca55349a15ea56c632b0efa81306e5 (diff) |
Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also
remove the #ifdef KPROF which seems to be unused since that year.
OK mpi@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/defines | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/defines b/sys/conf/defines index f5ce63c2d97..711bba76cf6 100644 --- a/sys/conf/defines +++ b/sys/conf/defines @@ -1,4 +1,3 @@ -/:#if.*[ \t]*KPROF/d /:#if.*[ \t]*PGINPROF/d /:#if.*[ \t]*TRACE/d /:#if.*[ \t]*lint/d |