Dead code removal, fix for cleanup GitHub issue #28
This commit is contained in:
parent
b59a7cf1d8
commit
612c17240a
42 changed files with 82 additions and 99 deletions
|
@ -25,8 +25,8 @@
|
|||
* LLC. Start here: http://www.zerotier.com/
|
||||
*/
|
||||
|
||||
#ifndef _ZT_NODE_HPP
|
||||
#define _ZT_NODE_HPP
|
||||
#ifndef ZT_NODE_HPP
|
||||
#define ZT_NODE_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -171,14 +171,6 @@ private:
|
|||
void *const _impl; // private implementation
|
||||
};
|
||||
|
||||
/**
|
||||
* An embedded version code that can be searched for in the binary
|
||||
*
|
||||
* This shouldn't be used by users, but is exported to make certain that
|
||||
* the linker actually includes it in the image.
|
||||
*/
|
||||
extern const unsigned char EMBEDDED_VERSION_STAMP[20];
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue