fix compiler warning in ixsentry about unused parameters in uploadPayload method
This commit is contained in:
		| @@ -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); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user