mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-15 00:36:34 +01:00
Removed dead stores.
This commit is contained in:
parent
5cca63a01c
commit
bf941bc9b2
28 changed files with 85 additions and 139 deletions
|
|
@ -34,7 +34,6 @@ static void redit_disp_menu(struct descriptor_data *d);
|
|||
/* Utils and exported functions. */
|
||||
ACMD(do_oasis_redit)
|
||||
{
|
||||
char *buf3;
|
||||
char buf1[MAX_STRING_LENGTH];
|
||||
char buf2[MAX_STRING_LENGTH];
|
||||
int number = NOWHERE, save = 0, real_num;
|
||||
|
|
@ -45,7 +44,7 @@ ACMD(do_oasis_redit)
|
|||
return;
|
||||
|
||||
/* Parse any arguments. */
|
||||
buf3 = two_arguments(argument, buf1, buf2);
|
||||
two_arguments(argument, buf1, buf2);
|
||||
|
||||
if (!*buf1)
|
||||
number = GET_ROOM_VNUM(IN_ROOM(ch));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue