]> git.ipfire.org Git - thirdparty/curl.git/commit
mqtt: remove code with no purpose
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Apr 2020 15:06:55 +0000 (17:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Apr 2020 20:35:48 +0000 (22:35 +0200)
commit093a9e00142de95f6530830bf7b57d56df586b00
tree19d90b9d92611d5795295584c6e907bed4312e07
parent96c149685bff881b30493acf0fed1fc4cd5520ee
mqtt: remove code with no purpose

Detected by Coverity. CID 1462319.

"The same code is executed when the condition result is true or false,
because the code in the if-then branch and after the if statement is
identical."

Closes #5275
lib/mqtt.c