1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

removes unused structs

This commit is contained in:
Falk Werner 2019-03-03 18:17:00 +01:00
parent e4d95f5dc9
commit 4565e40fde

View File

@ -26,23 +26,6 @@ struct fs_entry
char const * content; char const * content;
}; };
struct fs_dir
{
ino_t parent;
ino_t inode;
char const * name;
};
struct fs_file
{
ino_t parent;
ino_t inode;
char const * name;
char const * content;
size_t content_length;
bool is_executable;
};
struct fs struct fs
{ {
struct fs_entry const * entries; struct fs_entry const * entries;