7+ years for an if 1 should be enough to just admit that there's no other
option.

Signed-off-by: Peter Hutterer <[email protected]>
---
 hw/xfree86/os-support/shared/posix_tty.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/hw/xfree86/os-support/shared/posix_tty.c 
b/hw/xfree86/os-support/shared/posix_tty.c
index bf1bb03..4ba8599 100644
--- a/hw/xfree86/os-support/shared/posix_tty.c
+++ b/hw/xfree86/os-support/shared/posix_tty.c
@@ -137,19 +137,9 @@ xf86OpenSerial (pointer options)
 
        if (!isatty (fd))
        {
-#if 1
                /* Allow non-tty devices to be opened. */
                xfree(dev);
                return (fd);
-#else
-               xf86Msg (X_WARNING,
-                        "xf86OpenSerial: Specified device %s is not a tty\n",
-                        dev);
-               SYSCALL (close (fd));
-               errno = EINVAL;
-               xfree(dev);
-               return (-1);
-#endif
        }
 
        /* set up default port parameters */
-- 
1.6.6.1

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to