From: Ray Strode Date: Sun, 18 May 2008 22:30:35 +0000 (-0400) Subject: drop unused variable X-Git-Tag: 0.1.0~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3192199ed05773bdc822bd415a395728cd39ab4d;p=thirdparty%2Fplymouth.git drop unused variable --- diff --git a/src/libply/ply-terminal.c b/src/libply/ply-terminal.c index b6dc64c2..7229b6a0 100644 --- a/src/libply/ply-terminal.c +++ b/src/libply/ply-terminal.c @@ -68,8 +68,6 @@ ply_terminal_free (ply_terminal_t *terminal) bool ply_terminal_create_device (ply_terminal_t *terminal) { - int saved_errno; - assert (terminal != NULL); assert (!ply_terminal_has_device (terminal)); @@ -78,6 +76,7 @@ ply_terminal_create_device (ply_terminal_t *terminal) if (terminal->fd < 0) return false; + ply_trace (" opened device '/dev/ptmx'"); ply_trace ("creating pseudoterminal");