mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-30 21:57:52 -05: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