fix compiler warning in ixsentry about unused parameters in uploadPayload method

This commit is contained in:
Benjamin Sergeant 2020-04-15 18:05:00 -07:00
parent 64754df66c
commit 85f6b1e0b7
2 changed files with 0 additions and 4 deletions

View File

@ -290,8 +290,6 @@ namespace ix
void SentryClient::uploadPayload(
const Json::Value& payload,
const std::string& project,
const std::string& key,
bool verbose,
const OnResponseCallback& onResponseCallback)
{

View File

@ -38,8 +38,6 @@ namespace ix
void uploadPayload(
const Json::Value& payload,
const std::string& project,
const std::string& key,
bool verbose,
const OnResponseCallback& onResponseCallback);