Selaa lähdekoodia

Remove unused import from demo.odin.

Kevin Watters 6 vuotta sitten
vanhempi
commit
76a2807b56
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      examples/demo/demo.odin

+ 0 - 1
examples/demo/demo.odin

@@ -5,7 +5,6 @@ import "core:mem"
 import "core:os"
 
 when os.OS == "windows" {
-	import "core:runtime"
 	import "core:thread"
 }