From 0908f570dc3f7ec319188a77662cf0fea9da2a8e Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 20 Jun 2017 11:29:19 -0700 Subject: Dropped obsolete FUSE 2.x #ifdefs --- cache.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index cec9ca4..2da984d 100644 --- a/cache.h +++ b/cache.h @@ -9,10 +9,6 @@ #include #include -#ifndef FUSE_VERSION -#define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION) -#endif - typedef struct fuse_cache_dirhandle *fuse_cache_dirh_t; typedef int (*fuse_cache_dirfil_t) (fuse_cache_dirh_t h, const char *name, const struct stat *stbuf); -- cgit v1.2.3