From 64c89a98fe8351300d379bc72e12713c60044662 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 27 Aug 2004 12:25:20 +0000 Subject: [PATCH] remove unused variable git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14172 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index df992e9f3..887cf919d 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -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). * All rights reserved. * @@ -319,7 +319,7 @@ hdb_list_builtin(krb5_context context, char **list) { const struct hdb_method *h; size_t len = 0; - char *p, *buf = NULL; + char *buf = NULL; for (h = methods; h->prefix != NULL; ++h) { if (h->prefix[0] == '\0')