Skip to content

Commit 8aa5d76

Browse files
authored
Remove unused variable
1 parent 61c183e commit 8aa5d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gr/accelerators/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ inline void
220220
OneRingNeighborhood::get<1> (
221221
int queryId,
222222
int nElPerDim,
223-
int offset,
223+
int /*offset*/,
224224
typename NeighborhoodType<1>::ptr first,
225225
typename NeighborhoodType<1>::ptr last)
226226
{

0 commit comments

Comments
 (0)