Skip to content

Commit 80a647c

Browse files
Remove unused constructor (project-chip#38001)
1 parent 69a4609 commit 80a647c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/server-cluster/ServerClusterContext.h

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ struct ServerClusterContext
3838
PersistentStorageDelegate * const storage = nullptr; /// read/write persistent storage
3939
DataModel::InteractionModelContext * const interactionContext = nullptr; /// outside-world communication
4040

41-
ServerClusterContext(ServerClusterContext &&) = default;
42-
4341
bool operator!=(const ServerClusterContext & other) const
4442
{
4543
return (provider != other.provider) //

0 commit comments

Comments
 (0)