mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
video_core: Remove unnecesary maybe_unused flag
This commit is contained in:
parent
0646512a9c
commit
7b752c8f47
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue