commit d9ef29a8d8c8e7e53c9da90b7d41aabfd5ef43cf
parent 24fadaef13e377e8dda3bec95b3d9b8a6f4438e1
Author: Joris Vink <joris@sanctorum.se>
Date: Tue, 18 Aug 2026 14:15:25 +0200
remove unused struct
Diffstat:
include/kore/kore.h | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/kore/kore.h b/include/kore/kore.h
@@ -343,12 +343,6 @@ struct kore_route {
#endif
-struct kore_headers {
- char *name;
- char *value;
- TAILQ_ENTRY(kore_headers) list;
-};
-
struct kore_domain {
u_int16_t id;
int logerr;