From: mogami Date: Wed, 15 May 2002 10:44:01 +0000 (+0000) Subject: 未使用のローカル変数削除 X-Git-Tag: v2.1.2~2170 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=309b51549b696812198293a6a85dbad819d2b1c8;p=hengbandforosx%2Fhengbandosx.git 未使用のローカル変数削除 --- diff --git a/src/autopick.c b/src/autopick.c index 74e1708b9..6efa2746c 100644 --- a/src/autopick.c +++ b/src/autopick.c @@ -805,7 +805,6 @@ static bool is_autopick2( object_type *o_ptr) { */ void auto_inscribe_item(s16b item, int idx) { - char o_name[MAX_NLEN]; object_type *o_ptr; /* Get the item (in the pack) */