Remove extra transaction iteration.
This commit is contained in:
parent
6414870d7a
commit
e93965e3f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user