From e1c0803018e21be187cf2cab2f90f4914e803be6 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 3 Nov 2025 19:30:49 -0500 Subject: [PATCH] chore: remove unused kDebugBuild --- src/lib/common/Constants.h.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/common/Constants.h.in b/src/lib/common/Constants.h.in index ef8b58227..c250de8d5 100644 --- a/src/lib/common/Constants.h.in +++ b/src/lib/common/Constants.h.in @@ -24,12 +24,6 @@ const auto kCopyright = // const auto kCoreBinName = "@CORE_BINARY@"; -#ifndef NDEBUG -const auto kDebugBuild = true; -#else -const auto kDebugBuild = false; -#endif - const auto kTlsDirName = "tls"; const auto kTlsCertificateFilename = "@CMAKE_PROJECT_NAME@.pem"; const auto kTlsFingerprintLocalFilename = "local-fingerprint";