From c74d0014bcbeb18c3b646f481ee0abdf59092fab Mon Sep 17 00:00:00 2001 From: kiddkai Date: Wed, 5 Oct 2016 13:14:02 +1100 Subject: remove extra line in the commit --- src/unistd.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unistd.rs b/src/unistd.rs index 2296e010..a1953115 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -446,7 +446,6 @@ pub fn isatty(fd: RawFd) -> Result { } } - pub fn unlink(path: &P) -> Result<()> { let res = try!(path.with_nix_path(|cstr| { unsafe { -- cgit v1.2.3