Skip to content

Commit

Permalink
Remove unncessary header and shadow variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy committed Jan 24, 2025
1 parent ccc2125 commit ed04513
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion decode/forwarder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ ForwardTarget::~ForwardTarget() {

void ForwardTarget::reconnect() {
addrinfo hints = {0};
addrinfo *servinfo = nullptr;
addrinfo *p = nullptr;

DBG("Attempting to connect to forwarder target %s", target.toString().toStdString().c_str());
Expand Down
1 change: 0 additions & 1 deletion decode/output.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "output.h"
#include "decode.h"
#include <QByteArray>
#include <QCoreApplication>
#include <QJsonDocument>
Expand Down

0 comments on commit ed04513

Please sign in to comment.