diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-06 16:49:20 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-06 16:49:20 -0800 |
| commit | 612c17240af65243a1fa5d8cc17d3ebdb38a9bee (patch) | |
| tree | 2ba968e36c7689e4b3894a99473178909e955f95 /node/Node.hpp | |
| parent | b59a7cf1d89c08565686c406be3c9a4bfe40694a (diff) | |
| download | infinitytier-612c17240af65243a1fa5d8cc17d3ebdb38a9bee.tar.gz infinitytier-612c17240af65243a1fa5d8cc17d3ebdb38a9bee.zip | |
Dead code removal, fix for cleanup GitHub issue #28
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index 476ec7cd..9d02c008 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -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" { |
