&on_change: Address feedback of Jon.

Forgot to commit a file *sigh*
This commit is contained in:
Johanna Amann 2020-02-06 14:42:03 -08:00
parent d6d2bbe878
commit b69a059b1a

View file

@ -531,7 +531,6 @@ void Attributes::CheckAttr(Attr* a)
break;
}
bool indexmatch = true;
for ( int i = 0; i < t_indexes->length(); i++ )
{
if ( ! same_type((*args)[2+i], (*t_indexes)[i]) )