Skip to content

Commit 21530d5

Browse files
unused
1 parent 555a99f commit 21530d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/UnitTest/LibcDeathTestExecutors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace LIBC_NAMESPACE_DECL {
2222
namespace testing {
2323

2424
bool Test::testProcessKilled(testutils::FunctionCaller *Func, int Signal,
25-
const char *LHSStr, const char *RHSStr,
25+
const char *LHSStr, const char * /*RHSStr*/,
2626
internal::Location Loc) {
2727
testutils::ProcessStatus Result =
2828
testutils::invoke_in_subprocess(Func, TIMEOUT_MS);

0 commit comments

Comments
 (0)