Index: src/Common/PassVisitor.impl.h
===================================================================
--- src/Common/PassVisitor.impl.h	(revision c6c682cfa1a2b3a58b9c8cde325953a89154db7a)
+++ src/Common/PassVisitor.impl.h	(revision a5040fe1b04eee9b39e6929877b6b62af7ec64a5)
@@ -835,5 +835,4 @@
 	{
 		auto guard = makeFuncGuard( [this]() { indexerScopeEnter(); }, [this]() { indexerScopeLeave(); } );
-		maybeAccept_impl( node->parameters, *this );
 		maybeAccept_impl( node->base      , *this );
 	}
@@ -858,5 +857,4 @@
 	{
 		auto guard = makeFuncGuard( [this]() { indexerScopeEnter(); }, [this]() { indexerScopeLeave(); } );
-		maybeAccept_impl( node->parameters, *this );
 		maybeAccept_impl( node->base      , *this );
 	}
@@ -880,5 +878,4 @@
 	{
 		auto guard = makeFuncGuard( [this]() { indexerScopeEnter(); }, [this]() { indexerScopeLeave(); } );
-		maybeMutate_impl( node->parameters, *this );
 		maybeMutate_impl( node->base      , *this );
 	}
@@ -904,5 +901,4 @@
 	{
 		auto guard = makeFuncGuard( [this]() { indexerScopeEnter(); }, [this]() { indexerScopeLeave(); } );
-		maybeAccept_impl( node->parameters, *this );
 		maybeAccept_impl( node->base      , *this );
 	}
@@ -921,5 +917,4 @@
 	{
 		auto guard = makeFuncGuard( [this]() { indexerScopeEnter(); }, [this]() { indexerScopeLeave(); } );
-		maybeAccept_impl( node->parameters, *this );
 		maybeAccept_impl( node->base      , *this );
 	}
@@ -938,5 +933,4 @@
 	{
 		auto guard = makeFuncGuard( [this]() { indexerScopeEnter(); }, [this]() { indexerScopeLeave(); } );
-		maybeMutate_impl( node->parameters, *this );
 		maybeMutate_impl( node->base      , *this );
 	}
