Skip to content

Commit

Permalink
Fs flavor enum is not used in the user-space library
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Sep 23, 2011
1 parent b40073f commit 301a3c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/fuse_mount.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ struct fuse_mount_args {
};
typedef struct fuse_mount_args fuse_mount_args;

/* file system subtype */
enum {
FUSE_FSSUBTYPE_UNKNOWN = 0,
FUSE_FSSUBTYPE_INVALID = -1,
};

/* File system type name. */

#define FUSE_FSTYPENAME_PREFIX FUSE4X_FS_TYPE "_"
Expand Down

0 comments on commit 301a3c9

Please sign in to comment.