aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty/std.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-29 02:55:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-29 03:52:12 -0500
commit3b550f5d3dad77a56455352579fae3071b42e86d (patch)
tree393de5f206d227ec71149f478db900291357c456 /src/pty/std.rs
parentf8780ca1e76286688b74d8a6c64d5fadf3cfd2a1 (diff)
downloadpty-process-3b550f5d3dad77a56455352579fae3071b42e86d.tar.gz
pty-process-3b550f5d3dad77a56455352579fae3071b42e86d.zip
wip another complete refactor
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)
- }
-}