aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-scanf-format-skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tst-scanf-format-skeleton.c')
-rw-r--r--stdio-common/tst-scanf-format-skeleton.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stdio-common/tst-scanf-format-skeleton.c b/stdio-common/tst-scanf-format-skeleton.c
index bf1129b..450e340 100644
--- a/stdio-common/tst-scanf-format-skeleton.c
+++ b/stdio-common/tst-scanf-format-skeleton.c
@@ -60,11 +60,6 @@
#ifndef TYPE_T_UNSIGNED_P
# define TYPE_T_UNSIGNED_P 0
#endif
-#if TYPE_T_UNSIGNED_P
-# define UNSIGNED unsigned
-#else
-# define UNSIGNED
-#endif
/* Read and return a single character from standard input, returning
end-of-file or error status indication where applicable. */