mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Remove unused variables, fixes mcs warnings on Mono
This commit is contained in:
@@ -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}");
|
||||
|
||||
|
||||
@@ -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}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user