Another gcc warning-as error removal
This commit is contained in:
parent
21155ce54a
commit
d6cee242e3
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ void RemoteClient::registerResponse(const Response &response)
|
||||||
|
|
||||||
void RemoteClient::activateResponse(const Response &response)
|
void RemoteClient::activateResponse(const Response &response)
|
||||||
{
|
{
|
||||||
const Response_Activate &resp = response.GetExtension(Response_Activate::ext);
|
|
||||||
if (response.response_code() == Response::RespActivationAccepted) {
|
if (response.response_code() == Response::RespActivationAccepted) {
|
||||||
emit activateAccepted();
|
emit activateAccepted();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue