diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-01-13 15:19:04 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-01-13 15:19:04 +0000 |
| commit | 113dc9ed98874d15f4f43287dcb6d0f59633b19b (patch) | |
| tree | dfce719eda716c93486f4baa20b353681a6151bd | |
| parent | 457b940bfb6a228af1281f357b627ecf1e26fea5 (diff) | |
csu: Remove unused constant
This is no longer used after commit
99282790b7d01ec3c4072621d46a0d7302517ad4 moved ELF notes from C to
assembly.
Reviewed by: kib
Fixes: 99282790b7d0 ("Remove the sed hack for ABI tag notes.")
Sponsored by: AFRL, DARPA
Differential Revision: https://reviews.freebsd.org/D54506
| -rw-r--r-- | lib/csu/common/notes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/common/notes.h b/lib/csu/common/notes.h index fc4e4d082c21..8f35e0eb2491 100644 --- a/lib/csu/common/notes.h +++ b/lib/csu/common/notes.h @@ -27,6 +27,4 @@ #define NOTE_FREEBSD_VENDOR "FreeBSD" -#define NOTE_SECTION ".note.tag" - #endif |
