mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 23:14:07 +01:00
Removed dead stores.
This commit is contained in:
parent
5cca63a01c
commit
bf941bc9b2
28 changed files with 85 additions and 139 deletions
|
|
@ -45,7 +45,6 @@ ACMD(do_oasis_medit)
|
|||
{
|
||||
int number = NOBODY, save = 0, real_num;
|
||||
struct descriptor_data *d;
|
||||
char *buf3;
|
||||
char buf1[MAX_STRING_LENGTH];
|
||||
char buf2[MAX_STRING_LENGTH];
|
||||
|
||||
|
|
@ -54,7 +53,7 @@ ACMD(do_oasis_medit)
|
|||
return;
|
||||
|
||||
/* Parse any arguments */
|
||||
buf3 = two_arguments(argument, buf1, buf2);
|
||||
two_arguments(argument, buf1, buf2);
|
||||
|
||||
if (!*buf1) {
|
||||
send_to_char(ch, "Specify a mobile VNUM to edit.\r\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue