Skip to content

Commit 6826120

Browse files
committed
Remove unreachable code
1 parent 7bdd459 commit 6826120

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wp-includes/html-api/class-wp-css-attribute-selector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ public function matches( WP_HTML_Tag_Processor $processor ): bool {
6868
: strpos( $att_value, $this->value )
6969
);
7070
}
71-
72-
throw new Exception( 'Unreachable' );
7371
}
7472

7573
/**

0 commit comments

Comments
 (0)