Skip to content

Commit

Permalink
Fixing compile issue on Mac (#6579)
Browse files Browse the repository at this point in the history
Problem
Compiler complains about unused variable

Summary of Changes
- Updated the CHIPPersistentStorageDelegateBridge.h file

Test
- Used the gn_build.sh to verify the building is successful
  • Loading branch information
lazarkov authored and pull[bot] committed Jul 30, 2021
1 parent 702b90d commit 3550735
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class CHIPPersistentStorageDelegateBridge : public chip::PersistentStorageDelega

private:
id<CHIPPersistentStorageDelegate> mDelegate;
dispatch_queue_t mQueue;

NSUserDefaults * mDefaultPersistentStorage;
dispatch_queue_t mWorkQueue;
Expand Down

0 comments on commit 3550735

Please sign in to comment.