aboutsummaryrefslogtreecommitdiff
path: root/sys/base/fs/internal.h
diff options
context:
space:
mode:
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);
-};