Remove unused struct definition

This commit is contained in:
Robert Swiecki 2015-06-19 16:35:02 +02:00
parent c6f8843c64
commit 8cfa157455

View File

@ -49,11 +49,6 @@ enum mode_t {
MODE_STANDALONE_RERUN
};
struct mountfs_t {
size_t fs_count;
char *mountpt[];
};
struct nsjconf_t {
const char *hostname;
const char *chroot;