From c706ad9ca07dff0ef4abd69b008bb7819d3bf1f7 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 7 Nov 2005 15:30:48 +0000 Subject: fix --- include/fuse_common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/fuse_common.h') 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 -- cgit v1.2.3