summaryrefslogtreecommitdiffhomepage
path: root/tooling/fsck.hefs.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-12 17:19:50 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-12 17:20:29 +0200
commit609698e032f4d110004908d4eefcc77c43553258 (patch)
tree5a9168d74b6af783254b79ac1ff8987c4a52969d /tooling/fsck.hefs.cc
parent911ebf833f04338c8307c598433e3d75053794c9 (diff)
feat: sched, tooling: improving and laying foundations for the future
milestones and objectives, such as: driver loading (ifs.sys, ddk.sys, user.sys), and better tooling for application development. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tooling/fsck.hefs.cc')
-rw-r--r--tooling/fsck.hefs.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tooling/fsck.hefs.cc b/tooling/fsck.hefs.cc
index 96cd36b6..ce586b13 100644
--- a/tooling/fsck.hefs.cc
+++ b/tooling/fsck.hefs.cc
@@ -15,7 +15,5 @@ int main(int argc, char** argv) {
return EXIT_FAILURE;
}
- (void) argv;
-
return EXIT_SUCCESS;
} \ No newline at end of file