Browse Source
Merge pull request #3712 from lioncash/remove
service: Remove unused RequestParser instances
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
3 deletions
-
src/core/hle/service/audio/audren_u.cpp
-
src/core/hle/service/es/es.cpp
|
|
|
@ -252,8 +252,6 @@ private: |
|
|
|
} |
|
|
|
|
|
|
|
void GetAudioDeviceOutputVolume(Kernel::HLERequestContext& ctx) { |
|
|
|
IPC::RequestParser rp{ctx}; |
|
|
|
|
|
|
|
const auto device_name_buffer = ctx.ReadBuffer(); |
|
|
|
const std::string name = Common::StringFromBuffer(device_name_buffer); |
|
|
|
|
|
|
|
|
|
|
|
@ -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); |
|
|
|
|
|
|
|
|