Skip to content

Commit

Permalink
Maintenance: remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Aug 17, 2023
1 parent 6d0f51d commit 8ba91d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Core/IRewriterHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ public interface IRewriterHost

public class NullRewriterHost : IRewriterHost
{
public IntrinsicProcedure EnsureIntrinsic(string name, bool hasSideEffect, DataType returnType, int arity)
{
throw new NotSupportedException();
}

public Constant? GlobalRegisterValue => null;

public void Error(Address address, string format, params object[] args)
Expand Down

0 comments on commit 8ba91d3

Please sign in to comment.