summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-24 12:26:53 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-24 12:26:53 +0100
commita93ef6a5cd5e75fa24ffd5ba48573a69faf0207b (patch)
treee748b74a46a44245d5283c20f817aba82c56c0e2 /src/CompilerKit
parente091fdcea9adc6521271c08574915fe617f3dd2d (diff)
[FEAT] DebuggerKit: Preppring for first release of Debuggers.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit')
-rw-r--r--src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp b/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
index 8146a88..baf7e2f 100644
--- a/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
+++ b/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
@@ -127,7 +127,6 @@ struct CompilerContext {
/// @brief This function is for internal uses only, do not call it without a wrapper!
CK_IMPORT_C bool NectarCheckLine(CompilerKit::STLString& input);
-
/// \brief Global compiler context (replaces kState)
static CompilerContext kContext;