projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5ce4e
)
Remove unused variables
author
John Carr
<jfc@mit.edu>
Fri, 24 May 1991 13:31:52 +0000
(13:31 +0000)
committer
John Carr
<jfc@mit.edu>
Fri, 24 May 1991 13:31:52 +0000
(13:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2110
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/stdio/scc_destry.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/stdio/scc_destry.c
b/src/lib/krb5/ccache/stdio/scc_destry.c
index b5e457911861707d7469d32b17320cf6ae1e7884..706d34a713190883121d0b144ab013fe1f4aad4c 100644
(file)
--- 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;