No need for a sub-stream; we reset m_SkipFlag.

This commit is contained in:
Axel Naumann 2014-09-23 14:32:53 +02:00 committed by sftnight
parent 52fb16d57f
commit 01f499d143

View File

@ -687,7 +687,6 @@ namespace cling {
// VisitDeclContext(D);
bool haveAnyDecl = false;
StreamRAII stream(*this);
for (auto dit=D->decls_begin();dit!=D->decls_end();++dit) {
Visit(*dit);
haveAnyDecl |= !m_SkipFlag;