summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/CodeGenerator.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 19:07:45 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 19:07:45 +0100
commit53294fa97e1f175f4e8700ffc00ff49909ef31f1 (patch)
treea146213445d0c987b36293bee21bcc87ac5397ce /include/CompilerKit/CodeGenerator.h
parentcee25e12b344b02f2057fcc64aed59fffd2c22bc (diff)
[CHORE] Reformat code.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/CodeGenerator.h')
-rw-r--r--include/CompilerKit/CodeGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/CompilerKit/CodeGenerator.h b/include/CompilerKit/CodeGenerator.h
index 69af3ba..ac42879 100644
--- a/include/CompilerKit/CodeGenerator.h
+++ b/include/CompilerKit/CodeGenerator.h
@@ -18,9 +18,6 @@
#define CK_ASSEMBLY_INTERFACE : public ::CompilerKit::IAssembly
#define CK_ENCODER : public ::CompilerKit::IAssemblyEncoder
-/// @brief This function is for internal uses only, do not call it without a wrapper!
-CK_IMPORT_C bool NectarCheckFrontend(CompilerKit::STLString& input);
-
namespace CompilerKit {
class AssemblyFactory;
class IAssembly;