Browse Source

Remove duplicate code (#295)

These three lines are exact copy of 4555-4557.
As opener is not changed in between, we can delete these
master
tanyaionova 5 years ago
parent
commit
3ad5f7f6cb
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/nnn.c

+ 0
- 4
src/nnn.c 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);


Loading…
Cancel
Save