]> andersk Git - openssh.git/commitdiff
Remove unused variable.
authordtucker <dtucker>
Sat, 2 Aug 2003 13:33:48 +0000 (13:33 +0000)
committerdtucker <dtucker>
Sat, 2 Aug 2003 13:33:48 +0000 (13:33 +0000)
openbsd-compat/bsd-misc.c

index 4bbef5e2cdd27c9c70e820a09c84a9e859df95c7..1e80ba4218961d5fbb37c86f1d78fa412dfc27b5 100644 (file)
@@ -171,7 +171,7 @@ int nanosleep(const struct timespec *req, struct timespec *rem)
 pid_t
 tcgetpgrp(int fd)
 {
-       int result, ctty_pgrp;
+       int ctty_pgrp;
 
        if (ioctl(STDOUT_FILENO, TIOCGPGRP, &ctty_pgrp) == -1)
                return(-1);
This page took 0.132741 seconds and 5 git commands to generate.