build clean-up (trunk only)

../src/detect.c(715) : warning C4101: 'obj' : unreferenced local variable
This commit is contained in:
nethack.allison
2005-11-26 04:00:22 +00:00
parent ea61a13add
commit af91e757f5

View File

@@ -712,7 +712,6 @@ register struct obj *sobj;
/* sobj is null if crystal ball, *scroll if gold detection scroll */
{
register struct trap *ttmp;
register struct obj *obj;
struct monst *mon;
int door, glyph, tr;
int uw = u.uinwater, cursed_src = sobj && sobj->cursed;