Skip to content
Snippets Groups Projects
Unverified Commit a97cdb5e authored by Lioncash's avatar Lioncash
Browse files

maxwell_3d: Remove unused variable within ProcessQueryGet()

parent a94e5d9e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment