Fix the remaining warnings in stratosphère

This commit is contained in:
TuxSH
2018-05-15 00:54:12 +02:00
parent 52114760b3
commit cae107557d
3 changed files with 4 additions and 5 deletions

View File

@@ -123,7 +123,6 @@ void ResourceLimitUtils::InitializeLimits() {
}
void ResourceLimitUtils::EnsureApplicationResourcesAvailable() {
Result rc;
Handle application_reslimit_h = g_resource_limit_handles[1];
for (unsigned int i = 0; i < 5; i++) {
u64 result;
@@ -199,4 +198,4 @@ Result ResourceLimitUtils::BoostSystemMemoryResourceLimit(u64 boost_size) {
g_system_boost_size = boost_size;
}
return rc;
}
}