remove unused variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14172 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-08-27 12:25:20 +00:00
parent e4f79c6902
commit 64c89a98fe

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997 - 2001, 2003 Kungliga Tekniska H<>gskolan * Copyright (c) 1997 - 2004 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -319,7 +319,7 @@ hdb_list_builtin(krb5_context context, char **list)
{ {
const struct hdb_method *h; const struct hdb_method *h;
size_t len = 0; size_t len = 0;
char *p, *buf = NULL; char *buf = NULL;
for (h = methods; h->prefix != NULL; ++h) { for (h = methods; h->prefix != NULL; ++h) {
if (h->prefix[0] == '\0') if (h->prefix[0] == '\0')