mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2024-12-23 18:25:39 +00:00
video_core: Remove unnecesary maybe_unused flag
This commit is contained in:
parent
524674aafc
commit
41bbb31af4
|
@ -381,7 +381,7 @@ void FileEnvironment::Deserialize(std::ifstream& file) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void FileEnvironment::Dump(u64 [[maybe_unused]] hash) {
|
void FileEnvironment::Dump(u64 hash) {
|
||||||
DumpImpl(hash, code.get(), read_highest, read_lowest, initial_offset, stage);
|
DumpImpl(hash, code.get(), read_highest, read_lowest, initial_offset, stage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue