From: Pasi Kallinen Date: Wed, 1 Apr 2015 15:24:15 +0000 (+0300) Subject: Remove unused code X-Git-Tag: NetHack-3.6.0_RC01~492^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97fe3214c766c70cc844a23ef14666faa183bdb4;p=nethack Remove unused code --- diff --git a/src/sp_lev.c b/src/sp_lev.c index c3b3eec61..1e1327ec5 100644 --- a/src/sp_lev.c +++ b/src/sp_lev.c @@ -4810,15 +4810,6 @@ sp_lev *lvl; opvar_free(tmpv); } break; - /* - case SPO_COREFUNC: - { - struct opvar *a; - if (!OV_pop_i(a)) break; - spo_corefunc(coder, OV_i(a)); - } - break; - */ case SPO_DICE: { struct opvar *a, *b, *t;