aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/client.c b/client.c
index e7fa4b71..d1a3b177 100644
--- a/client.c
+++ b/client.c
@@ -349,10 +349,6 @@ client_send_identify(int flags)
fd = open("/", O_RDONLY);
client_write_one(MSG_IDENTIFY_CWD, fd, NULL, 0);
-#ifdef __CYGWIN__
- snprintf(&data.ttyname, sizeof data.ttyname, "%s",
- ttyname(STDIN_FILENO));
-#else
if ((fd = dup(STDIN_FILENO)) == -1)
fatal("dup failed");
client_write_one(MSG_IDENTIFY_STDIN, fd, NULL, 0);