From 70fe7dd1fdfd9834e2127bd7fc4af4f53adaff36 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 12 Oct 2015 16:40:57 -0700 Subject: [PATCH] cleanup --- node/Identity.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/node/Identity.hpp b/node/Identity.hpp index 18e67eb60..19bb2e1fe 100644 --- a/node/Identity.hpp +++ b/node/Identity.hpp @@ -39,8 +39,6 @@ #include "C25519.hpp" #include "Buffer.hpp" -#define ZT_IDENTITY_MAX_BINARY_SERIALIZED_LENGTH (ZT_ADDRESS_LENGTH + 1 + ZT_C25519_PUBLIC_KEY_LEN + 1 + ZT_C25519_PRIVATE_KEY_LEN) - namespace ZeroTier { /**