about summary refs log tree commit diff
path: root/src/libstd/rt/io/stdio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/rt/io/stdio.rs')
-rw-r--r--src/libstd/rt/io/stdio.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/rt/io/stdio.rs b/src/libstd/rt/io/stdio.rs
index 3f34d32b350..eeffc20a336 100644
--- a/src/libstd/rt/io/stdio.rs
+++ b/src/libstd/rt/io/stdio.rs
@@ -294,8 +294,6 @@ impl Writer for StdWriter {
             Err(e) => io_error::cond.raise(e)
         }
     }
-
-    fn flush(&mut self) { /* nothing to do */ }
 }
 
 #[cfg(test)]