Index: src/SymTab/Indexer.cc
===================================================================
--- src/SymTab/Indexer.cc	(revision b419abbf67c78a1c8cb7d489fe599026745bad2b)
+++ src/SymTab/Indexer.cc	(revision fdae91367ec3ec0ae0d11f084e14da4fd527b06c)
@@ -189,5 +189,4 @@
 	void Indexer::leaveScope() {
 		if ( repScope == scope ) {
-			// replace all maps and scope index with previous scope's versions
 			Ptr prev = prevScope;           // make sure prevScope stays live
 			*this = std::move(*prevScope);  // replace with previous scope
