From 22985cfd94e02d1308b1facd22359c863dcf8aba Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Jan 2020 20:26:01 +0300 Subject: unneded checks removed --- protocols/SkypeWeb/src/skype_avatars.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_avatars.cpp') diff --git a/protocols/SkypeWeb/src/skype_avatars.cpp b/protocols/SkypeWeb/src/skype_avatars.cpp index 2c71902fc4..82ffb3ca73 100644 --- a/protocols/SkypeWeb/src/skype_avatars.cpp +++ b/protocols/SkypeWeb/src/skype_avatars.cpp @@ -80,9 +80,6 @@ void CSkypeProto::OnReceiveAvatar(const NETLIBHTTPREQUEST *response, void *arg) void CSkypeProto::OnSentAvatar(const NETLIBHTTPREQUEST *response) { - if (response == nullptr) - return; - JsonReply root(response); if (root.error()) return; -- cgit v1.2.3