Skip to content

Commit 313cdbc

Browse files
author
Gabor de Mooij
committed
Merge pull request gabordemooij#53 from takano32/remove-unused-variable-pathName
'pathName' variable is not used at last
2 parents 30767d0 + 6e32c32 commit 313cdbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util.c

-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ void ctr_internal_debug_tree(ctr_tnode* ti, int indent) {
194194
void* ctr_internal_plugin_find(ctr_object* key) {
195195
ctr_object* modNameObject = ctr_internal_cast2string(key);
196196
void* handle;
197-
char pathName[1024];
198197
char pathNameMod[1024];
199198
char* modName;
200199
char* modNameLow;

0 commit comments

Comments
 (0)