summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++/filesystem.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-09 02:31:16 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-09 02:31:16 +0100
commit365e1851ab1b2f2e7eca2fb0697e5b7ff1023b60 (patch)
tree4f82da02b080a6de9ba0756bf1f21c319569831f /include/LibC++/filesystem.h
parent3550c29636d9a46f40d02908605144221bb7eb9b (diff)
chore: Nectar grunt work on runtime library and test code.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/LibC++/filesystem.h')
-rw-r--r--include/LibC++/filesystem.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/LibC++/filesystem.h b/include/LibC++/filesystem.h
deleted file mode 100644
index 9667a78..0000000
--- a/include/LibC++/filesystem.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
-// Licensed under the Apache License, Version 2.0 (See accompanying
-// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
-
-#ifndef __NECTAR_FS_H__
-#define __NECTAR_FS_H__
-
-#include <chrono>
-#include <defines>
-
-namespace std {
-class path;
-class filesystem_error;
-class directory_entry;
-class directory_iterator;
-} // namespace std
-
-#ifndef __cpp_lib_filesystem
-#define __cpp_lib_filesystem 201703L
-#endif
-
-#endif // __NECTAR_FS_H__