aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 6a060fd..4efa53d 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -25,12 +25,6 @@
#include <stdint.h>
#include <sys/types.h>
-/** Major version of FUSE library interface */
-#define FUSE_MAJOR_VERSION 3
-
-/** Minor version of FUSE library interface */
-#define FUSE_MINOR_VERSION 16
-
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)