Removed unused variable.
This commit is contained in:
parent
bb61dfe3f4
commit
2d0b6340f4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace Build.Tasks
|
|||
/// </summary>
|
||||
public class Run : Task
|
||||
{
|
||||
string command, args, wdir;
|
||||
string command, wdir;
|
||||
|
||||
/// <summary>
|
||||
/// The command to execute.
|
||||
|
|
Loading…
Reference in a new issue