Skip to content

Commit 48f0f63

Browse files
committed
cleanup
1 parent caebe81 commit 48f0f63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Compiler/CodeGen/IlxGen.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,6 @@ let GenConstArray cenv (cgbuf: CodeGenBuffer) eenv ilElementType (data: 'a[]) (w
27662766
CG.EmitInstrs cgbuf (pop 0) (Push [ ilArrayType ]) [ mkLdcInt32 0; I_newarr(ILArrayShape.SingleDimensional, ilElementType) ]
27672767
else
27682768
let vtspec = cgbuf.mgbuf.GenerateRawDataValueType(eenv.cloc, bytes.Length)
2769-
//let fi = eenv.cloc.Range.FileIndex
27702769
let unique =
27712770
g.CompilerGlobalState.Value.IlxGenNiceNameGenerator.IncrementOnly("@field", eenv.cloc.Range)
27722771

0 commit comments

Comments
 (0)