Skip to content

Commit

Permalink
[genio] remove unuse variables
Browse files Browse the repository at this point in the history
  • Loading branch information
j8xixo12 committed Dec 1, 2022
1 parent 58c2754 commit cf1b628
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/mt793x/DnssdImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ namespace Dnssd {
#define SERVICE_DOMAIN ("local")

MdnsContexts MdnsContexts::sInstance;
static std::vector<DNSServiceRef> clients;
static TXTRecordRef PublishTxtRecord;
static DNSServiceRef BrowseClient = NULL;
static TaskHandle_t gResolveTask = NULL;
static EventGroupHandle_t gResolveTaskWakeEvent;
Expand Down

0 comments on commit cf1b628

Please sign in to comment.