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

@@ -964,9 +964,8 @@ register struct monst *mtmp;
register struct attack *mattk;
{
struct permonst *mdat = mtmp->data;
int uncancelled, ptmp;
int armpro, tmphp;
char buf[BUFSZ];
int uncancelled;
int armpro;
struct permonst *olduasmon = g.youmonst.data;
int res;
struct mhitm_data mhm;