Commit d6cee242 authored by Fabio Bas's avatar Fabio Bas
Browse files

Another gcc warning-as error removal

parent 21155ce5
......@@ -162,7 +162,6 @@ void RemoteClient::registerResponse(const Response &response)
void RemoteClient::activateResponse(const Response &response)
{
const Response_Activate &resp = response.GetExtension(Response_Activate::ext);
if (response.response_code() == Response::RespActivationAccepted) {
emit activateAccepted();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment