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

Commit 7501c36

Browse files
committed
Remove unused variable
1 parent 3dfc043 commit 7501c36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,6 @@ private function unquote_sqlite_identifier( string $quoted_identifier ): string
23122312
* It is executed only once when the installation begins.
23132313
*/
23142314
private function prepare_directory() {
2315-
global $wpdb;
23162315
$u = umask( 0000 );
23172316
if ( ! is_dir( FQDBDIR ) ) {
23182317
if ( ! @mkdir( FQDBDIR, 0704, true ) ) {

0 commit comments

Comments
 (0)