Remove extra transaction iteration.

This commit is contained in:
CristinaCristescu 2014-01-27 16:21:01 +01:00 committed by sftnight
parent 6414870d7a
commit e93965e3f4

View File

@ -783,11 +783,6 @@ namespace cling {
}
}
for (Transaction::const_reverse_macros_iterator MI = T->rmacros_begin(),
ME = T->rmacros_end(); MI != ME; ++MI) {
// Get rid of the macro definition
Successful = DeclRev.RevertMacro(*MI) && Successful;
}
#ifndef NDEBUG
assert(Successful && "Cannot handle that yet!");
#endif