aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c3
1 files changed, 0 insertions, 3 deletions
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)) {