aboutsummaryrefslogtreecommitdiff
path: root/core/sys/cpu
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-25 20:03:05 +0100
committergingerBill <bill@gingerbill.org>2021-04-25 20:03:05 +0100
commitcb2e6ea31db90ca80314e5ff8ce8f43371fade7c (patch)
treea58df81b7254167e96492a9229402833a96fc715 /core/sys/cpu
parent74c683e908fb0fec6c85de099fbbda400d9d6fbe (diff)
Remove `use_llvm_api` related checks and other related things
Diffstat (limited to 'core/sys/cpu')
-rw-r--r--core/sys/cpu/cpu.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/sys/cpu/cpu.odin b/core/sys/cpu/cpu.odin
index b6f770aed..b99fe01d8 100644
--- a/core/sys/cpu/cpu.odin
+++ b/core/sys/cpu/cpu.odin
@@ -1,7 +1,5 @@
package sys_cpu
-#assert(ODIN_USE_LLVM_API);
-
Cache_Line_Pad :: struct {_: [_cache_line_size]byte};
initialized: bool;