From: nethack.allison Date: Sat, 21 Jan 2012 12:39:03 +0000 (+0000) Subject: remove line of unreachable code (trunk only) X-Git-Tag: MOVE2GIT~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5163e6dc20d8c1467575bba8ad0031f6f04773a6;p=nethack remove line of unreachable code (trunk only) --- diff --git a/src/lock.c b/src/lock.c index 7bd6a2518..87b54cca3 100644 --- a/src/lock.c +++ b/src/lock.c @@ -273,7 +273,6 @@ pick_lock(pick) if(nohands(youmonst.data)) { You_cant("hold %s -- you have no hands!", doname(pick)); return PICKLOCK_DID_NOTHING; - return(0); } else if (u.uswallow) { You_cant("%sunlock %s.", #ifdef TOURIST