Browse Source

Delete imports of removed packages

gingerBill 8 months ago
parent
commit
a84fcd03da
1 changed files with 0 additions and 6 deletions
  1. 0 6
      examples/all/all_experimental.odin

+ 0 - 6
examples/all/all_experimental.odin

@@ -1,8 +1,2 @@
 #+build windows
 #+build windows
 package all
 package all
-
-import c_tokenizer    "core:c/frontend/tokenizer"
-import c_preprocessor "core:c/frontend/preprocessor"
-
-_ :: c_tokenizer
-_ :: c_preprocessor