Removed unused variable.

This commit is contained in:
the_fiddler 2010-10-04 14:52:29 +00:00
parent 1f143285c2
commit e885b26719

View file

@ -11,7 +11,7 @@ namespace Build.Tasks
/// </summary> /// </summary>
public class Run : Task public class Run : Task
{ {
string command, args, wdir; string command, wdir;
/// <summary> /// <summary>
/// The command to execute. /// The command to execute.