summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-06 16:49:20 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-06 16:49:20 -0800
commit612c17240af65243a1fa5d8cc17d3ebdb38a9bee (patch)
tree2ba968e36c7689e4b3894a99473178909e955f95 /node/Node.cpp
parentb59a7cf1d89c08565686c406be3c9a4bfe40694a (diff)
downloadinfinitytier-612c17240af65243a1fa5d8cc17d3ebdb38a9bee.tar.gz
infinitytier-612c17240af65243a1fa5d8cc17d3ebdb38a9bee.zip
Dead code removal, fix for cleanup GitHub issue #28
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index f2668e4e..8c6ab49b 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -623,15 +623,6 @@ unsigned int Node::versionMajor() throw() { return ZEROTIER_ONE_VERSION_MAJOR; }
unsigned int Node::versionMinor() throw() { return ZEROTIER_ONE_VERSION_MINOR; }
unsigned int Node::versionRevision() throw() { return ZEROTIER_ONE_VERSION_REVISION; }
-// Scanned for by loader and/or updater to determine a binary's version
-const unsigned char EMBEDDED_VERSION_STAMP[20] = {
- 0x6d,0xfe,0xff,0x01,0x90,0xfa,0x89,0x57,0x88,0xa1,0xaa,0xdc,0xdd,0xde,0xb0,0x33,
- ZEROTIER_ONE_VERSION_MAJOR,
- ZEROTIER_ONE_VERSION_MINOR,
- (unsigned char)(((unsigned int)ZEROTIER_ONE_VERSION_REVISION) & 0xff), /* little-endian */
- (unsigned char)((((unsigned int)ZEROTIER_ONE_VERSION_REVISION) >> 8) & 0xff)
-};
-
} // namespace ZeroTier
extern "C" {