diff options
Diffstat (limited to 'filesystem.h')
-rw-r--r-- | filesystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filesystem.h b/filesystem.h index 725b231..2e561cd 100644 --- a/filesystem.h +++ b/filesystem.h @@ -4,7 +4,6 @@ typedef enum { FS_NON_EXISTENT, FS_FILE, - FS_LINK, FS_DIRECTORY, FS_OTHER } FsType; |