Remove unused code

This commit is contained in:
Pasi Kallinen
2015-04-01 18:24:15 +03:00
parent 7d94548951
commit 97fe3214c7

View File

@@ -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;