Remove unused variables, fixes mcs warnings on Mono

This commit is contained in:
Toni Spets
2017-01-12 18:00:29 +02:00
parent 3f28d8c175
commit ffda76a15b
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -202,7 +202,6 @@ namespace Renci.SshNet
SendConfirmation(channel); // Send reply
// Read directory
var mode = long.Parse(match.Result("${mode}"));
var filename = match.Result("${filename}");
DirectoryInfo newDirectoryInfo;
@@ -230,7 +229,6 @@ namespace Renci.SshNet
// Read file
SendConfirmation(channel); // Send reply
var mode = match.Result("${mode}");
var length = long.Parse(match.Result("${length}"));
var fileName = match.Result("${filename}");
-1
View File
@@ -231,7 +231,6 @@ namespace Renci.SshNet
// Read file
SendConfirmation(channel); // Send reply
var mode = match.Result("${mode}");
var length = long.Parse(match.Result("${length}"));
var fileName = match.Result("${filename}");