From: Robbie Harwood Date: Thu, 6 Apr 2017 18:43:46 +0000 (-0400) Subject: Fix self-assign of void * in profile_tcl.c X-Git-Tag: krb5-1.16-beta1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b31c7b78336d7108ced656ee1caab0d6acaddd;p=thirdparty%2Fkrb5.git Fix self-assign of void * in profile_tcl.c Better would be to fix the generation or elminate this altogether. --- diff --git a/src/util/profile/profile_tcl.c b/src/util/profile/profile_tcl.c index cac46270bf..4f7a86a572 100644 --- a/src/util/profile/profile_tcl.c +++ b/src/util/profile/profile_tcl.c @@ -3102,8 +3102,6 @@ SWIG_InitializeModule(void *clientdata) { swig_module_info *module_head, *iter; int found, init; - clientdata = clientdata; - /* check to see if the circular list has been setup, if not, set it up */ if (swig_module.next==0) { /* Initialize the swig_module */