mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 05:42:33 -07:00
service: Remove unused RequestParser instances
These aren't used, so they should be removed to reduce compilation warnings.
This commit is contained in:
@@ -76,7 +76,6 @@ private:
|
||||
}
|
||||
|
||||
void ImportTicket(Kernel::HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp{ctx};
|
||||
const auto ticket = ctx.ReadBuffer();
|
||||
const auto cert = ctx.ReadBuffer(1);
|
||||
|
||||
|
Reference in New Issue
Block a user