summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authordtucker <dtucker>2004-08-12 12:16:55 +0000
committerdtucker <dtucker>2004-08-12 12:16:55 +0000
commita779110ffcf21e981fe11f54cfea91ea7928a1d3 (patch)
tree774d70282d0e53e9eebf78dc8c2ec22031429af7 /sshd.c
parent2002e6798230ba844be83e2f9c6556d518bdfe5a (diff)
downloadopenssh-a779110ffcf21e981fe11f54cfea91ea7928a1d3.tar.gz
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index a9e7ccb3..8b797e07 100644
--- a/sshd.c
+++ b/sshd.c
@@ -210,9 +210,6 @@ int startup_pipe; /* in child */
int use_privsep;
struct monitor *pmonitor = NULL;
-/* message to be displayed after login */
-Buffer loginmsg;
-
/* global authentication context */
Authctxt *the_authctxt = NULL;