fix compiler warning in ixsentry about unused parameters in uploadPayload method
This commit is contained in:
parent
64754df66c
commit
85f6b1e0b7
@ -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)
|
||||
{
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user