Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 40cef5b

Browse files
committed
Remove a forgotten call to a non-existent method
This can fall through to the default case.
1 parent dfee2dd commit 40cef5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wp-includes/sqlite-ast/class-wp-sqlite-driver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,8 +1792,6 @@ private function translate( $node ): ?string {
17921792
return implode( ' ', $parts );
17931793
}
17941794
return $this->translate_sequence( $node->get_children() );
1795-
case 'schemaRef':
1796-
return $this->translate_schema_identifier( $node );
17971795
case 'qualifiedIdentifier':
17981796
case 'tableRefWithWildcard':
17991797
$parts = $node->get_descendant_nodes( 'identifier' );

0 commit comments

Comments
 (0)