aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty/std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty/std.rs')
-rw-r--r--src/pty/std.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pty/std.rs b/src/pty/std.rs
deleted file mode 100644
index f88e7ba..0000000
--- a/src/pty/std.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-impl super::Impl for std::fs::File {
- fn new_from_fh(fh: std::fs::File) -> crate::Result<Self> {
- Ok(fh)
- }
-}