瀏覽代碼

maxwell_3d: Remove unused variable within ProcessQueryGet()

Lioncash 7 年之前
父節點
當前提交
a97cdb5eb4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/video_core/engines/maxwell_3d.cpp

+ 0 - 1
src/video_core/engines/maxwell_3d.cpp

@@ -155,7 +155,6 @@ void Maxwell3D::ProcessQueryGet() {
     ASSERT_MSG(regs.query.query_get.unit == Regs::QueryUnit::Crop,
                "Units other than CROP are unimplemented");
 
-    u32 value = Memory::Read32(*address);
     u64 result = 0;
 
     // TODO(Subv): Support the other query variables