aboutsummaryrefslogtreecommitdiff
path: root/sys/base/fs/internal.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
committerNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
commitce05175372a9ddca1a225db0765ace1127a39293 (patch)
tree5988b4d4f6b402e4953945886fc90aae11203df6 /sys/base/fs/internal.h
parentb375f3cdedb5b0e08745d100b40e38d2f8396a58 (diff)
chore: simplified organizational structurelaptop
Diffstat (limited to 'sys/base/fs/internal.h')
-rw-r--r--sys/base/fs/internal.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/base/fs/internal.h b/sys/base/fs/internal.h
deleted file mode 100644
index 7fde093..0000000
--- a/sys/base/fs/internal.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#include <u.h>
-#include <base.h>
-#include <base/macro/map.h>
-#include <dirent.h>
-
-/*
- * path history
- */
-struct Key
-{
- ino_t ino;
- dev_t dev;
-};
-
-struct fs·History
-{
- SET_STRUCT_BODY(struct Key);
-};