Skip to content

Commit

Permalink
Update misc_examples.nim
Browse files Browse the repository at this point in the history
misc_examples.nim(13, 7) Hint: 'Array' is declared but not used [XDeclaredButNotUsed]
  • Loading branch information
retsyo authored Aug 19, 2022
1 parent 3abd0ae commit c8a4c5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/clr/misc_examples.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import strformat except `&`

proc test1() =
var mscor = load("mscorlib")
var Array = mscor.GetType("System.Array")

for typ in mscor.GetTypes():
echo typ.FullName
Expand Down

0 comments on commit c8a4c5f

Please sign in to comment.