]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix self-assign of void * in profile_tcl.c
authorRobbie Harwood <rharwood@redhat.com>
Thu, 6 Apr 2017 18:43:46 +0000 (14:43 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 14 Apr 2017 16:02:58 +0000 (12:02 -0400)
Better would be to fix the generation or elminate this altogether.

src/util/profile/profile_tcl.c

index cac46270bf43ccce61349ca83ed5f1185a935bf5..4f7a86a57218a7e50daa1a95196f87347bf1b93a 100644 (file)
@@ -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 */