Removed unused variable.
This commit is contained in:
parent
1f143285c2
commit
e885b26719
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