remove double assignment
This commit is contained in:
parent
b92d74e252
commit
e86e529fcc
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ namespace Ryujinx.HLE.Generators
|
|||
{
|
||||
var syntaxReceiver = (ServiceSyntaxReceiver)context.SyntaxReceiver;
|
||||
CodeGenerator generator = new CodeGenerator();
|
||||
generator = new CodeGenerator();
|
||||
|
||||
generator.AppendLine("using System;");
|
||||
generator.EnterScope($"namespace Ryujinx.HLE.HOS.Services.Sm");
|
||||
|
|
Loading…
Add table
Reference in a new issue