From e0025219b33de3cbf3152884b48412feb461c894 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Mon, 8 Feb 2016 11:40:22 -0500 Subject: Drop OSXFUSE_SSHFS_VERSION Now that we are unifying osxfuse's sshfs into libfuse's version, there should not be two different version identifiers. Drop osxfuse's one. --- sshfs.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index eab48c9..6948663 100644 --- a/sshfs.c +++ b/sshfs.c @@ -51,10 +51,6 @@ #include "cache.h" -#ifdef __APPLE__ -# define OSXFUSE_SSHFS_VERSION "2.5.0" -#endif - #ifndef MAP_LOCKED #define MAP_LOCKED 0 #endif @@ -3532,12 +3528,7 @@ static int sshfs_opt_proc(void *data, const char *arg, int key, exit(1); case KEY_VERSION: -#ifdef __APPLE__ - printf("SSHFS version %s (OSXFUSE SSHFS %s)\n", - PACKAGE_VERSION, OSXFUSE_SSHFS_VERSION); -#else printf("SSHFS version %s\n", PACKAGE_VERSION); -#endif #if FUSE_VERSION >= 25 fuse_opt_add_arg(outargs, "--version"); sshfs_fuse_main(outargs); -- cgit v1.2.3