mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-09 21:57:30 +00:00
Removed unused variable.
This commit is contained in:
parent
bb61dfe3f4
commit
2d0b6340f4
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue