Skip to content

Commit

Permalink
I did not mean to push this debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ike709 authored Nov 30, 2024
1 parent f77a648 commit e4a06af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DMCompiler/Optimizer/CompactorOptimizations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ public bool CheckPreconditions(List<IAnnotatedBytecode> input, int index) {
}

public void Apply(DMCompiler compiler, List<IAnnotatedBytecode> input, int index) {
compiler.ApplyCount += 1;
var floats = (AnnotatedBytecodeInstruction)(input[index]);
var floatArgs = floats.GetArgs();
(string?, float?)[] values = new (string?, float?)[floatArgs.Count - 1];
Expand Down

0 comments on commit e4a06af

Please sign in to comment.