Remove redundent map clear.

This commit is contained in:
Cary R 2013-01-02 19:17:58 -08:00
parent 4407bc1d50
commit 10b5a82904
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ static void delete_sub_scopes(struct __vpiScope *scope)
citer != scope->classes.end(); ++ citer ) {
class_def_delete(citer->second);
}
scope->classes.clear();
}
void root_table_delete(void)