Remove a debug #error directive that shouldn't have leaked here.
This commit is contained in:
parent
0036bbec2a
commit
162fbbfa44
@ -336,7 +336,6 @@ allocatePty(int *pty_return, char **line_return)
|
||||
int rc;
|
||||
|
||||
#ifdef HAVE_POSIX_OPENPT
|
||||
#error bug
|
||||
pty = posix_openpt(O_RDWR);
|
||||
#else
|
||||
pty = open("/dev/ptmx", O_RDWR);
|
||||
|
Loading…
Reference in New Issue
Block a user