...
This commit is contained in:
@@ -7,8 +7,6 @@ public partial class QBEGenerator
|
||||
{
|
||||
private void EmitStatement(BoundStatement statement)
|
||||
{
|
||||
_writer.WriteDebugLocation(statement);
|
||||
|
||||
switch (statement)
|
||||
{
|
||||
case BoundAssignment assignment:
|
||||
|
||||
Reference in New Issue
Block a user