[Kernel] UserModule: minor cleanup

This commit is contained in:
emoose 2019-03-05 18:11:33 +00:00
parent a904f297c8
commit a5d5f635e1
1 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@ X_STATUS UserModule::LoadFromFile(std::string path) {
if (!FLAGS_xex_apply_patches) {
return LoadXexContinue();
}
auto module_path = fs_entry->path();
auto content_manager = kernel_state()->content_manager();
if (!file_system->IsSymbolicLink("update:")) {