From a13e1c0911c0627184bc38f18c7fdda64447b3ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:13:48 +0100 Subject: meta(kernel): Reworked repository's filesystem structure. Removing useless parts of the project too. Signed-off-by: Amlal El Mahrouss --- dev/Boot/BootKit/Shared/base.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev/Boot/BootKit/Shared/base.h (limited to 'dev/Boot/BootKit/Shared/base.h') diff --git a/dev/Boot/BootKit/Shared/base.h b/dev/Boot/BootKit/Shared/base.h deleted file mode 100644 index 88459ec3..00000000 --- a/dev/Boot/BootKit/Shared/base.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef UTL_BASE_H -#define UTL_BASE_H - -#include -#include -#include - -namespace utl -{ - - /** - * @brief Helper to get number of elements in array. - * - * @tparam T Auto-deduced element type - * @tparam N Auto-deduced number of elements - * @return Array size - */ - template - constexpr size_t countof(T (&)[N]) - { - return N; - } - -} // namespace utl - -#endif \ No newline at end of file -- cgit v1.2.3