Merge pull request #2582 from lioncash/reserved

file_sys/ips_layer: Remove unnecessary reserve() call
pull/8/head
bunnei 6 years ago committed by GitHub
commit 0360c40e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -287,7 +287,6 @@ void IPSwitchCompiler::Parse() {
} else {
// hex replacement
const auto value = patch_line.substr(9);
replace.reserve(value.size() / 2);
replace = Common::HexStringToVector(value, is_little_endian);
}

Loading…
Cancel
Save