From 772abdd2f9c170d4c87826c2f6ea70f924521d15 Mon Sep 17 00:00:00 2001 From: Jake Waksbaum Date: Mon, 19 Jan 2026 14:41:32 -0500 Subject: [PATCH] Remove unused message field --- include/libgourou_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libgourou_common.h b/include/libgourou_common.h index 7c3d46b..db03653 100644 --- a/include/libgourou_common.h +++ b/include/libgourou_common.h @@ -181,7 +181,7 @@ namespace gourou private: int code, line; - const char* message, *file; + const char* file; char* fullmessage; };