Skip to content

Commit e6f23b3

Browse files
committed
Remove names for unused parameters; NFC
Fixes #21393
1 parent ea8b1bf commit e6f23b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/ErrorOr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class ErrorOr {
185185
}
186186

187187
template <class T1, class T2>
188-
static bool compareThisIfSameType(const T1 &a, const T2 &b) {
188+
static bool compareThisIfSameType(const T1 &, const T2 &) {
189189
return false;
190190
}
191191

0 commit comments

Comments
 (0)