[Kernel] UserModule: minor cleanup
This commit is contained in:
parent
a904f297c8
commit
a5d5f635e1
|
@ -108,9 +108,9 @@ X_STATUS UserModule::LoadFromFile(std::string path) {
|
||||||
if (!FLAGS_xex_apply_patches) {
|
if (!FLAGS_xex_apply_patches) {
|
||||||
return LoadXexContinue();
|
return LoadXexContinue();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto module_path = fs_entry->path();
|
auto module_path = fs_entry->path();
|
||||||
|
|
||||||
auto content_manager = kernel_state()->content_manager();
|
auto content_manager = kernel_state()->content_manager();
|
||||||
|
|
||||||
if (!file_system->IsSymbolicLink("update:")) {
|
if (!file_system->IsSymbolicLink("update:")) {
|
||||||
|
|
Loading…
Reference in New Issue