From 7192fe6d15265a8f3ae65631e464837fd396d4b6 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Apr 2015 19:03:30 -0700 Subject: osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults --- node/Defaults.hpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'node/Defaults.hpp') diff --git a/node/Defaults.hpp b/node/Defaults.hpp index a4c839ea..c1df919b 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -51,11 +51,6 @@ class Defaults public: Defaults(); - /** - * Default home path for this platform - */ - const std::string defaultHomePath; - /** * Default root topology dictionary */ @@ -66,22 +61,6 @@ public: */ const std::map< Address,Identity > rootTopologyAuthorities; - /** - * Identities permitted to sign software updates - * - * ZTN can keep multiple signing identities and rotate them, keeping some in - * "cold storage" and obsoleting others gradually. - * - * If you don't build with ZT_OFFICIAL_BUILD, this isn't used since your - * build will not auto-update. - */ - const std::map< Address,Identity > updateAuthorities; - - /** - * URL to latest .nfo for software updates - */ - const std::string updateLatestNfoURL; - /** * Address for IPv4 LAN auto-location broadcasts: 255.255.255.255:9993 */ -- cgit v1.2.3