Remove duplicate code (#295)

These three lines are exact copy of 4555-4557.
As opener is not changed in between, we can delete these
This commit is contained in:
tanyaionova 2019-06-27 01:01:42 +03:00
parent 900ffbebc7
commit 3ad5f7f6cb
1 changed files with 0 additions and 4 deletions

View File

@ -4637,10 +4637,6 @@ int main(int argc, char *argv[])
}
#endif
/* Get custom opener, if set */
opener = xgetenv(env_cfg[NNN_OPENER], utils[OPENER]);
DPRINTF_S(opener);
/* Set nnn nesting level, idletimeout used as tmp var */
idletimeout = xatoi(getenv(env_cfg[NNNLVL]));
setenv(env_cfg[NNNLVL], xitoa(++idletimeout), 1);