Skip to content

Commit 711bca6

Browse files
committed
Remove unnecessary GetScriptInfo call from SetScriptInfo
1 parent a5d8d37 commit 711bca6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/script_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ bool SetScriptInfo(const char *info, size_t info_size)
131131
}
132132

133133
ScriptInfo = argv;
134-
GetScriptInfo();
135134
return true;
136135
}
137136

0 commit comments

Comments
 (0)