Skip to content

Commit

Permalink
COMP: fix one more warning triggered by unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Oct 19, 2020
1 parent 04caaaa commit 96c49e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rtkCudaParkerShortScanImageFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ CudaParkerShortScanImageFilter ::GPUGenerateData()
}

// check for enough data
const int geomStart = this->GetInput()->GetBufferedRegion().GetIndex()[2];

float proj_orig = this->GetInput()->GetOrigin()[0];

float proj_row = this->GetInput()->GetDirection()[0][0] * this->GetInput()->GetSpacing()[0];
Expand Down

0 comments on commit 96c49e7

Please sign in to comment.