Optimizations

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2215 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-26 15:27:39 +00:00
parent 8ae1cdb368
commit 2e19d22d39
2 changed files with 2 additions and 13 deletions

View file

@ -1499,13 +1499,6 @@ static int NSISCALL ExecuteEntry(entry *entry_)
int x=process_string_fromparm_toint(0);
if (g_inst_section && x >= 0 && x < g_inst_header->num_sections)
{
int z=0;
if (g_SectionHack)
{
int a;
for (a = 0; a < x; a ++) if (g_inst_section[a].name_ptr) z++;
}
if (parm1==0) //set text
{
if (g_SectionHack)