diff --git a/src/core/hle/service/frd/frd.cpp b/src/core/hle/service/frd/frd.cpp index ad282457f0..924bb30ce6 100644 --- a/src/core/hle/service/frd/frd.cpp +++ b/src/core/hle/service/frd/frd.cpp @@ -387,7 +387,6 @@ void Module::Interface::GetFriendPlayingGame(Kernel::HLERequestContext& ctx) { auto out_game_buffer = rp.PopMappedBuffer(); ASSERT(out_game_buffer.GetSize() == count * sizeof(FriendPlayingGame)); - const FriendKey* friend_keys_data = reinterpret_cast(frd_keys.data()); std::vector out_game_vector(count * sizeof(FriendPlayingGame), 0); IPC::RequestBuilder rb = rp.MakeBuilder(1, 2);