Skip to content

Commit

Permalink
Delete 3 superfluous SimpleAST node types
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Mar 1, 2021
1 parent 4eb891f commit 3f62b31
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 131 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public virtual void EnsureValidCodeBlock()
{
if (ImplementedByRuntime == false && CodeBuilder.IsEmpty)
{
CodeBuilder.AddStatement(new NopStatement());
if (ReturnType == typeof(void))
{
CodeBuilder.AddStatement(new ReturnStatement());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3f62b31

Please sign in to comment.