From aa2c7727b1ee7b3747681f6b78f9ef0d36beb749 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Feb 2019 13:12:59 -0500 Subject: trim old nonstd --- nonstd/static/scanf.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 nonstd/static/scanf.h (limited to 'nonstd/static/scanf.h') diff --git a/nonstd/static/scanf.h b/nonstd/static/scanf.h deleted file mode 100644 index 89622951..00000000 --- a/nonstd/static/scanf.h +++ /dev/null @@ -1,7 +0,0 @@ -#include "nonstd/types.h" - -static int __common_scanf(struct priscn_options *opt, const char *format, va_list arg) -{ - (void)opt; (void)format; (void)arg; - return 0; -} -- cgit v1.2.1