Clean up useless getnatp() in conv(), nav_map(), tele()
Spotted by the Clang Static Analyzer.
This commit is contained in:
parent
8ededa44f9
commit
8195d5fb88
3 changed files with 0 additions and 5 deletions
|
@ -52,8 +52,6 @@ conv(void)
|
|||
struct lndstr land;
|
||||
struct nstr_item ni;
|
||||
|
||||
|
||||
natp = getnatp(player->cnum);
|
||||
if (!snxtsct(&nstr, player->argp[1]))
|
||||
return RET_SYN;
|
||||
uwtoconvert = onearg(player->argp[2], "Number to convert: ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue