mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 19:07:19 +02:00
Removed dead stores.
This commit is contained in:
parent
5cca63a01c
commit
bf941bc9b2
28 changed files with 85 additions and 139 deletions
|
|
@ -911,7 +911,6 @@ ACMD(do_oasis_prefedit)
|
|||
{
|
||||
struct descriptor_data *d;
|
||||
struct char_data *vict;
|
||||
char *buf3;
|
||||
char buf[MAX_STRING_LENGTH];
|
||||
char buf1[MAX_STRING_LENGTH];
|
||||
char buf2[MAX_STRING_LENGTH];
|
||||
|
|
@ -919,7 +918,7 @@ ACMD(do_oasis_prefedit)
|
|||
/****************************************************************************/
|
||||
/** Parse any arguments. **/
|
||||
/****************************************************************************/
|
||||
buf3 = two_arguments(argument, buf1, buf2);
|
||||
two_arguments(argument, buf1, buf2);
|
||||
|
||||
/****************************************************************************/
|
||||
/** If there aren't any arguments...well...they can only modify their **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue