git: 113dc9ed9887 - main - csu: Remove unused constant

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 13 Jan 2026 15:20:20 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=113dc9ed98874d15f4f43287dcb6d0f59633b19b

commit 113dc9ed98874d15f4f43287dcb6d0f59633b19b
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-01-13 15:19:04 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-01-13 15:19:04 +0000

    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
---
 lib/csu/common/notes.h | 2 --
 1 file changed, 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