summaryrefslogtreecommitdiff
path: root/modules/stdio
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-01-03 17:59:58 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-01-03 18:05:36 -0800
commitf782c0f66728e636e98214c33e55de063f00f113 (patch)
treec6c83c805afbf06f078aac6ab51aaa1f51fdcbdc /modules/stdio
parent05c9fb114d40810816df58c1e948ba3c93a4a147 (diff)
downloadgnulib-f782c0f66728e636e98214c33e55de063f00f113.tar.gz
stdio: remove now-unnecessary stdio.c
Since stdio.in.h no longer uses inline functions, we no longer need to compile the extern versions. * lib/stdio.c: Remove. * modules/stdio (Files): Remove lib/stdio.c. (lib_SOURCES): Remove.
Diffstat (limited to 'modules/stdio')
-rw-r--r--modules/stdio2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/stdio b/modules/stdio
index 54189dccf6..1eec2bf263 100644
--- a/modules/stdio
+++ b/modules/stdio
@@ -2,7 +2,6 @@ Description:
A GNU-like <stdio.h>.
Files:
-lib/stdio.c
lib/stdio.in.h
m4/stdio_h.m4
@@ -20,7 +19,6 @@ gl_STDIO_H
Makefile.am:
BUILT_SOURCES += stdio.h
-lib_SOURCES += stdio.c
# We need the following in order to create <stdio.h> when the system
# doesn't have one that works with the given compiler.