Skip to content

Commit 807440c

Browse files
Remove unused argument
Co-authored-by: Vyacheslav Klochkov <[email protected]>
1 parent 1c97a16 commit 807440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/reduction.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class reducer {
165165
combine(Partial);
166166
}
167167

168-
T &getElement(size_t E) { return MValue; }
168+
T &getElement(size_t) { return MValue; }
169169
T MValue;
170170

171171
private:

0 commit comments

Comments
 (0)