aboutsummaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
Diffstat (limited to 'riscv')
-rw-r--r--riscv/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscv/common.h b/riscv/common.h
index 801baf8..03f8c8e 100644
--- a/riscv/common.h
+++ b/riscv/common.h
@@ -1,8 +1,6 @@
#ifndef _RISCV_COMMON_H
#define _RISCV_COMMON_H
-#define static_assert(x) switch (x) case 0: case (x):
-
#define likely(x) __builtin_expect(x, 1)
#define unlikely(x) __builtin_expect(x, 0)