diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-18 23:54:43 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-18 23:54:43 +0000 |
commit | 356241a4c3084dfbefa026e922384d5894901699 (patch) | |
tree | 794c9c17cefedc0dc3175498b417dfb6c7911526 /gcc/toplev.c | |
parent | 18fe21df7e2a19581b878e16a1db1e42cd079df4 (diff) | |
download | gcc-356241a4c3084dfbefa026e922384d5894901699.tar.gz |
* toplev.c (init_asm_output): Remove dead #ifdef.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 50790a10413..e79090ffdd5 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1414,11 +1414,6 @@ init_asm_output (const char *name) fatal_error ("can%'t open %s for writing: %m", asm_file_name); } -#ifdef IO_BUFFER_SIZE - setvbuf (asm_out_file, xmalloc (IO_BUFFER_SIZE), - _IOFBF, IO_BUFFER_SIZE); -#endif - if (!flag_syntax_only) { targetm.asm_out.file_start (); |