Skip to content

Commit

Permalink
(#72) ConstantExpression: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 17, 2022
1 parent 559ca0a commit 54c202f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cesium.CodeGen/Ir/Expressions/ConstantExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public ConstantExpression(Ast.ConstantExpression expression)

private static IConstant GetConstant(Ast.ConstantExpression expression)
{
Span<char> x = new char[100];
var a = x.ToArray();
var constant = expression.Constant;
return constant.Kind switch
{
Expand Down

0 comments on commit 54c202f

Please sign in to comment.