remove unused variables

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-07 19:37:45 +00:00
parent 4eb09e9ee5
commit bddf9f2d9e
3 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -47,7 +47,6 @@ proto (int sock, const char *service)
struct sockaddr_in remote, local;
int addrlen;
krb5_address remote_addr, local_addr;
krb5_ccache ccache;
krb5_auth_context auth_context;
krb5_error_code status;
krb5_principal server;