From 294cccfdf37f96c64d47f0080636fecefe6d664b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 13 Jul 2003 15:41:17 +0000 Subject: [PATCH] avoid unnecessary setting of variable git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12433 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index fc7d583c6..2a932bb93 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -228,8 +228,6 @@ find_dynamic_method (krb5_context context, void *dl; size_t len; - dl = NULL; - p = strchr(filename, ':'); /* if no prefix, don't know what module to load, just ignore it */