summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
author😄 Amlal El Mahrouss <amlal@nekernel.org>2026-03-24 12:42:08 +0100
committerGitHub <noreply@github.com>2026-03-24 12:42:08 +0100
commitb2f39498134eb07af872ce7ef2cc1cfa3c4de870 (patch)
tree915a336363d1378cba19e4b5c8a74ecc42f97c45 /src/CompilerKit
parente091fdcea9adc6521271c08574915fe617f3dd2d (diff)
parentbb8276df8eb2e349bf6ca8bfd34c60fb4c3ddace (diff)
Merge pull request #79 from ne-foss-org/debuggerkit-first-release
[FEAT] DebuggerKit: Prepping for first release of Debuggers.
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;