From 44a56f0cac2ab03f9bbbc3dc9c5e1d98d08d2b25 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 4 Aug 2017 15:39:16 +0200 Subject: Removed unused variable. --- sshfs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index fdb00d3..7c984f3 100644 --- a/sshfs.c +++ b/sshfs.c @@ -3828,9 +3828,6 @@ int main(int argc, char *argv[]) const char *sftp_server; struct fuse *fuse; struct fuse_session *se; -#if !defined(__APPLE__) && !defined(__CYGWIN__) - struct stat st; -#endif #ifdef __APPLE__ if (!realpath(*exec_path, sshfs_program_path)) { -- cgit v1.2.3