- markus@cvs.openbsd.org 2001/06/12 21:30:57
     [session.c]
     unused
diff --git a/ChangeLog b/ChangeLog
index 13a82b5..d823c60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
      we do already trust $HOME/.ssh
      you can use .ssh/sshrc and .ssh/environment if you want to customize
      the location of the xauth cookies
+   - markus@cvs.openbsd.org 2001/06/12 21:30:57
+     [session.c]
+     unused
 
 20010612
  - scp.c ID update (upstream synced vfsprintf() from us)
@@ -5635,4 +5638,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1284 2001/06/13 04:41:41 mouring Exp $
+$Id: ChangeLog,v 1.1285 2001/06/13 04:43:52 mouring Exp $
diff --git a/session.c b/session.c
index 49db53d..25ad3f9 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.87 2001/06/12 21:21:29 markus Exp $");
+RCSID("$OpenBSD: session.c,v 1.88 2001/06/12 21:30:57 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -1960,7 +1960,6 @@
 int
 session_setup_x11fwd(Session *s)
 {
-	int fd;
 	struct stat st;
 
 	if (no_x11_forwarding_flag) {