Remove unused variables

This commit is contained in:
Pasi Kallinen
2020-12-01 19:32:06 +02:00
parent b797baba7a
commit 4fb370ee79
3 changed files with 3 additions and 73 deletions

View File

@@ -856,10 +856,8 @@ struct attack *mattk;
struct obj *mwep;
int dieroll;
{
struct obj *obj;
char buf[BUFSZ];
struct permonst *pa = magr->data, *pd = mdef->data;
int armpro, num;
int armpro;
boolean cancelled;
struct mhitm_data mhm;
mhm.damage = d((int) mattk->damn, (int) mattk->damd);