Skip to content

Commit aa71b9e

Browse files
committed
Remove unused storage initializer
1 parent c8213d9 commit aa71b9e

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

src/wp-includes/collaboration/class-wp-sync-post-meta-storage.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ class WP_Sync_Post_Meta_Storage implements WP_Sync_Storage {
4848
*/
4949
private static ?int $storage_post_id = null;
5050

51-
/**
52-
* Initializer.
53-
*
54-
* @since 7.0.0
55-
*/
56-
public function init(): void {}
57-
5851
/**
5952
* Adds a sync update to a given room.
6053
*

src/wp-includes/collaboration/interface-wp-sync-storage.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
*/
77

88
interface WP_Sync_Storage {
9-
/**
10-
* Initializes the storage mechanism.
11-
*
12-
* @since 7.0.0
13-
*/
14-
public function init(): void;
15-
169
/**
1710
* Adds a sync update to a given room.
1811
*

0 commit comments

Comments
 (0)