Index: src/Common/PassVisitor.impl.h
===================================================================
--- src/Common/PassVisitor.impl.h	(revision e01eb4aa19bfce233e01f84a77d45064842e6ebf)
+++ src/Common/PassVisitor.impl.h	(revision 5408b5919f1f591121d6cdabf6c6b5e605e61e6b)
@@ -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 );
