diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 07:20:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 07:20:55 +0100 |
| commit | e091fdcea9adc6521271c08574915fe617f3dd2d (patch) | |
| tree | b8c6eaa29156de21588b1c7044d55b4573a9f945 /include | |
| parent | c7c0b039041634de036a08f4a9a60d8782e79300 (diff) | |
[FIX] CompilerKit: Compiler infra fixes and test coverage improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/CompilerKit/Detail/Config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h index 14d4fd0..3693754 100644 --- a/include/CompilerKit/Detail/Config.h +++ b/include/CompilerKit/Detail/Config.h @@ -67,7 +67,4 @@ inline bool install_signal(Int32 signal, void (*handler)(int)) noexcept { } // namespace CompilerKit -/// @brief This function is for internal uses only, do not call it without a wrapper! -CK_IMPORT_C bool NectarCheckFrontend(CompilerKit::STLString& input); - #endif // __COMPILERKIT_CONFIG_H__ |
