aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-07 15:30:48 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-07 15:30:48 +0000
commitc706ad9ca07dff0ef4abd69b008bb7819d3bf1f7 (patch)
treecdbf03a011c517ea2a1cded0ad96e93395f6ca78 /include/fuse_common.h
parent52cb09d16ed7e233c35c0c33e72a952211a056b3 (diff)
downloadlibfuse-c706ad9ca07dff0ef4abd69b008bb7819d3bf1f7.tar.gz
fix
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index a59aea6..96f4702 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -13,10 +13,6 @@
#ifndef _FUSE_COMMON_H_
#define _FUSE_COMMON_H_
-#ifndef FUSE_USE_VERSION
-#define FUSE_USE_VERSION 21
-#endif
-
/** Major version of FUSE library interface */
#define FUSE_MAJOR_VERSION 2