Remove unused variable.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-12 00:53:24 +00:00
parent ea12bdc9e8
commit c4fa75bb1a
3 changed files with 0 additions and 4 deletions

View File

@@ -61,10 +61,8 @@ int main(int argc, char **argv)
EncryptionKey key;
FILE *f;
size_t len;
int optind = 0;
krb5_context context = NULL;
krb5_program_setup(&context, argc, argv, args, num_args, NULL);
if(help_flag)