about summary refs log tree commit diff
path: root/src/stdio/__towrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__towrite.c')
-rw-r--r--src/stdio/__towrite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c
index b022cbca..01998677 100644
--- a/src/stdio/__towrite.c
+++ b/src/stdio/__towrite.c
@@ -17,8 +17,6 @@ int __towrite(FILE *f)
 	return 0;
 }
 
-void __stdio_exit_needed(void);
-
 void __towrite_needs_stdio_exit()
 {
 	__stdio_exit_needed();