Removed unused variable.

This commit is contained in:
the_fiddler 2010-10-04 14:52:29 +00:00
parent bb61dfe3f4
commit 2d0b6340f4

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.