Remove some stuff that accidentally ended up here from portable, and

remove a little-used debug function.
This commit is contained in:
nicm
2015-05-08 15:56:49 +00:00
parent d174b9cfcc
commit 879de25583
2 changed files with 10 additions and 24 deletions

View File

@@ -1178,11 +1178,6 @@ server_client_msg_identify(struct client *c, struct imsg *imsg)
return;
c->flags |= CLIENT_IDENTIFIED;
#ifdef __CYGWIN__
c->fd = open(c->ttyname, O_RDWR|O_NOCTTY);
c->cwd = open(".", O_RDONLY);
#endif
if (c->flags & CLIENT_CONTROL) {
c->stdin_callback = control_callback;