diff options
Diffstat (limited to 'libc/stdio/_scanf.c')
-rw-r--r-- | libc/stdio/_scanf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c index 4b1541db1..0adb5f5af 100644 --- a/libc/stdio/_scanf.c +++ b/libc/stdio/_scanf.c @@ -90,8 +90,6 @@ typedef struct { #endif -extern void _store_inttype(void *dest, int desttype, uintmax_t val); - #if defined(ULLONG_MAX) && (LLONG_MAX > LONG_MAX) extern unsigned long long |