Skip to content

Commit

Permalink
Remove unused param name
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 22, 2024
1 parent bded01f commit 39764be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disruptor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ const char* Disruptor::ErrorMessage(const int r, const char* buf)
return r == 0 ? buf : nullptr;
}

const char* Disruptor::ErrorMessage(const char* r, const char* buf)
const char* Disruptor::ErrorMessage(const char* r, const char*)
{
return r;
}
Expand Down

0 comments on commit 39764be

Please sign in to comment.