chore: remove unused kDebugBuild

This commit is contained in:
sithlord48
2025-11-03 19:30:49 -05:00
committed by Chris Rizzitello
parent 1d82be270a
commit e1c0803018

View File

@ -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";