Skip to content

Commit

Permalink
Remove vestigial version file
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed Aug 23, 2023
1 parent 504e716 commit 2ba5e6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions include/version.h

This file was deleted.

3 changes: 1 addition & 2 deletions src/NodeService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "NodeService.hpp"

#include "../version.h"
#include "Events.hpp"
#include "InetAddress.hpp"
#include "Mutex.hpp"
Expand Down Expand Up @@ -960,7 +959,7 @@ void NodeService::sendEventToUser(unsigned int zt_event_code, const void* obj, u
zts_node_info_t* nd;
zts_net_info_t* nt;
zts_peer_info_t* pr;

switch (zt_event_code) {
case ZTS_EVENT_NODE_UP:
case ZTS_EVENT_NODE_ONLINE:
Expand Down

0 comments on commit 2ba5e6b

Please sign in to comment.