diff options
Diffstat (limited to 'src/util/profile/profile_tcl.c')
-rw-r--r-- | src/util/profile/profile_tcl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/profile/profile_tcl.c b/src/util/profile/profile_tcl.c index cac46270bf43c..4f7a86a57218a 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 */ |