Bläddra i källkod

Remove unused import from demo.odin.

Kevin Watters 6 år sedan
förälder
incheckning
76a2807b56
1 ändrade filer med 0 tillägg och 1 borttagningar
  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"
 }