Skip to content

Commit 2729e53

Browse files
authored
Fix: Remove code that should be replaced. (#74)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent e1f4498 commit 2729e53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/unix.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,6 @@ impl Client {
203203
owns_fifo: false,
204204
});
205205
}
206-
if let Some(jobserver) =
207-
Self::from_fifo(Path::new(&format!("/dev/fd/{}", read.as_raw_fd())))
208-
{
209-
return Some(jobserver);
210-
}
211206

212207
let read = read.try_clone().ok()?;
213208
let write = write.try_clone().ok()?;

0 commit comments

Comments
 (0)