From a93ef6a5cd5e75fa24ffd5ba48573a69faf0207b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Mar 2026 12:26:53 +0100 Subject: [FEAT] DebuggerKit: Preppring for first release of Debuggers. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CompilerKit') 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; -- cgit v1.2.3