Index: src/Common/PassVisitor.impl.h
===================================================================
--- src/Common/PassVisitor.impl.h	(revision e01eb4aa19bfce233e01f84a77d45064842e6ebf)
+++ src/Common/PassVisitor.impl.h	(revision c2b3243ebb592c712c00231ae4cd93fd4a4eea3e)
@@ -1934,5 +1934,4 @@
 	indexerScopedAccept( node->result, *this );
 	maybeAccept_impl( node->type_decl, *this );
-	maybeAccept_impl( node->var, *this );
 
 	VISIT_END( node );
@@ -1945,5 +1944,4 @@
 	indexerScopedAccept( node->result, *this );
 	maybeAccept_impl( node->type_decl, *this );
-	maybeAccept_impl( node->var, *this );
 
 	VISIT_END( node );
@@ -1957,5 +1955,4 @@
     indexerScopedMutate( node->result, *this );
 	maybeMutate_impl( node->type_decl, *this );
-	maybeAccept_impl( node->var, *this );
 
 	MUTATE_END( Expression, node );
