瀏覽代碼

video_core: Remove unnecesary maybe_unused flag

Narr the Reg 4 年之前
父節點
當前提交
41bbb31af4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 }