summaryrefslogtreecommitdiff
path: root/nonstd/static/scanf.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-02 13:12:59 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-02 13:12:59 -0500
commitaa2c7727b1ee7b3747681f6b78f9ef0d36beb749 (patch)
tree2d637999ffbf3661fa5ef2e6e93bf40bff13672f /nonstd/static/scanf.h
parenta4bd7a9c848d024ecb9c2bd9af0facaec728ba30 (diff)
trim old nonstd
Diffstat (limited to 'nonstd/static/scanf.h')
-rw-r--r--nonstd/static/scanf.h7
1 files changed, 0 insertions, 7 deletions
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;
-}