diff options
Diffstat (limited to 'src/3p/chibicc/chibicc.h')
-rw-r--r-- | src/3p/chibicc/chibicc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/3p/chibicc/chibicc.h b/src/3p/chibicc/chibicc.h index 2a80ecf..f3f87ab 100644 --- a/src/3p/chibicc/chibicc.h +++ b/src/3p/chibicc/chibicc.h @@ -117,9 +117,6 @@ static inline char *format(const char *fmt, ...) { return ret; } -#define unreachable() \ - error("internal error at %s:%d", __FILE__, __LINE__) - // // type.c // |