avoid unnecessary setting of variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12433 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-13 15:41:17 +00:00
parent 6c76352a76
commit 294cccfdf3

View File

@@ -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 */