Don't redefine FUSE_USE_VERSION
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 6 Jul 2017 16:29:53 +0000 (18:29 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 6 Jul 2017 16:30:13 +0000 (18:30 +0200)
It's already set in meson.build as compiler flag.

lib/modules/iconv.c
lib/modules/subdir.c

index 5d1e9591734b0142047b9d601704b16a72380759..84f4236563baa7fff176e0401e4c46433215e535 100644 (file)
@@ -6,8 +6,6 @@
   See the file COPYING.LIB
 */
 
-#define FUSE_USE_VERSION 30
-
 #include <config.h>
 
 #include <fuse.h>
index 9478e4e479e670e07e3ab9a76e90b9582f747da0..f84d8c1f40af7bb96d9127e92fe78833b589f0e1 100644 (file)
@@ -6,8 +6,6 @@
   See the file COPYING.LIB
 */
 
-#define FUSE_USE_VERSION 30
-
 #include <config.h>
 
 #include <fuse.h>