diff options
| author | 2020-10-04 18:49:22 +0000 | |
|---|---|---|
| committer | 2020-10-04 18:49:22 +0000 | |
| commit | 081b976968a1f701c331db8c8d7ed2a9cac5fbd8 (patch) | |
| tree | 7d9fa40baf842db5052a299fa5acbb9ac8278c4b | |
| parent | sync (diff) | |
| download | wireguard-openbsd-081b976968a1f701c331db8c8d7ed2a9cac5fbd8.tar.xz wireguard-openbsd-081b976968a1f701c331db8c8d7ed2a9cac5fbd8.zip | |
Remove outdated comment.
| -rw-r--r-- | sys/dev/kcov.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/kcov.c b/sys/dev/kcov.c index 0dd5404f2de..39d7d863337 100644 --- a/sys/dev/kcov.c +++ b/sys/dev/kcov.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kcov.c,v 1.34 2020/10/03 07:31:12 anton Exp $ */ +/* $OpenBSD: kcov.c,v 1.35 2020/10/04 18:49:22 anton Exp $ */ /* * Copyright (c) 2018 Anton Lindqvist <anton@openbsd.org> @@ -133,8 +133,6 @@ struct pool kr_pool; * * If kcov is enabled for the current thread, the kernel program counter will * be stored in its corresponding coverage buffer. - * The first element in the coverage buffer holds the index of next available - * element. */ void __sanitizer_cov_trace_pc(void) |
