summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1991-05-24 13:31:52 +0000
committerJohn Carr <jfc@mit.edu>1991-05-24 13:31:52 +0000
commitbd7ed1afa9ce70be2e66f8d276143984baf3ed92 (patch)
tree02120666f663e501de22dcca8badc50951ef1a03 /src
parentae5ce4e772fbaf0f93cb0a442a949a42c5549789 (diff)
downloadkrb5-bd7ed1afa9ce70be2e66f8d276143984baf3ed92.tar.gz
krb5-bd7ed1afa9ce70be2e66f8d276143984baf3ed92.tar.xz
krb5-bd7ed1afa9ce70be2e66f8d276143984baf3ed92.zip
Remove unused variables
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2110 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/stdio/scc_destry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc_destry.c b/src/lib/krb5/ccache/stdio/scc_destry.c
index b5e457911..706d34a71 100644
--- a/src/lib/krb5/ccache/stdio/scc_destry.c
+++ b/src/lib/krb5/ccache/stdio/scc_destry.c
@@ -33,8 +33,10 @@ static char rcsid_scc_destry_c[] =
krb5_error_code krb5_scc_destroy(id)
krb5_ccache id;
{
+#if 0
unsigned long size;
char zeros[BUFSIZ];
+#endif
krb5_scc_data *data = (krb5_scc_data *) id->data;
register int ret;