Index: wp-includes/theme.php
===================================================================
--- wp-includes/theme.php	(revision 17314)
+++ wp-includes/theme.php	(working copy)
@@ -745,8 +745,6 @@
 	if ( empty( $templates ) )
 		$templates = array("{$type}.php");
 
-	$templates = apply_filters( "{$type}_template_hierarchy", $templates );
-
 	return apply_filters( "{$type}_template", locate_template( $templates ) );
 }
 
