Remove vestigial version file

This commit is contained in:
Joseph Henry
2023-08-23 10:14:28 -07:00
parent 504e716f97
commit 2ba5e6b90d
2 changed files with 1 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
#ifndef ZTS_VERSION_H
#define ZTS_VER_CORE_STR = "1.4.6"
#define ZTS_VER_LIB_STR = "1.3.4"
#define ZTS_VER_LIB_MAJOR = 1.3.4
#define ZTS_VER_LIB_MINOR = 1.3.4
#define ZTS_VER_LIB_PATCH = 1.3.4
#endif

View File

@@ -21,7 +21,6 @@
#include "NodeService.hpp"
#include "../version.h"
#include "Events.hpp"
#include "InetAddress.hpp"
#include "Mutex.hpp"
@@ -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: