Remove a debug #error directive that shouldn't have leaked here.

This commit is contained in:
matthieu 2013-08-04 13:24:22 +00:00
parent 0036bbec2a
commit 162fbbfa44

View File

@ -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);