Browse Source

nv50/ir: remove unused private field cycle to SchedDataCalculator

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
tags/10.6-branchpoint
Samuel Pitoiset 10 years ago
parent
commit
70651b7041
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp

+ 0
- 1
src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp View File

@@ -2712,7 +2712,6 @@ private:

RegScores *score; // for current BB
std::vector<RegScores> scoreBoards;
int cycle;
int prevData;
operation prevOp;


Loading…
Cancel
Save