summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2019-10-04 22:48:17 +0000
committerGravatar ReinUsesLisp2019-10-04 23:41:21 +0000
commit1dbd22e695d299f44c603f48e84ebe055de7cb00 (patch)
tree9c8248be2ca14a5ada3a333499f704a667b610c0 /src
parentservice/filesystem: Silence -Wunused-variable (diff)
downloadyuzu-1dbd22e695d299f44c603f48e84ebe055de7cb00.tar.gz
yuzu-1dbd22e695d299f44c603f48e84ebe055de7cb00.tar.xz
yuzu-1dbd22e695d299f44c603f48e84ebe055de7cb00.zip
service/friend: Remove unused field
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/friend/friend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp
index 42b4ee861..75dd9043b 100644
--- a/src/core/hle/service/friend/friend.cpp
+++ b/src/core/hle/service/friend/friend.cpp
@@ -237,7 +237,6 @@ private:
237 }; 237 };
238 238
239 Common::UUID uuid; 239 Common::UUID uuid;
240 bool is_event_created = false;
241 Kernel::EventPair notification_event; 240 Kernel::EventPair notification_event;
242 std::queue<SizedNotificationInfo> notifications; 241 std::queue<SizedNotificationInfo> notifications;
243 States states{}; 242 States states{};