Explorar o código

video_core: Remove unnecesary maybe_unused flag

Narr the Reg %!s(int64=4) %!d(string=hai) anos
pai
achega
41bbb31af4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video_core/shader_environment.cpp

+ 1 - 1
src/video_core/shader_environment.cpp

@@ -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);
 }