Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Aug 4, 2017
1 parent 653de12 commit 44a56f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sshfs.c
Expand Up @@ -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)) {
Expand Down

0 comments on commit 44a56f0

Please sign in to comment.