summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-17 14:39:34 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-17 14:39:34 -0400
commit2e85cf18c19ce86363de636ff30827fe232aa80b (patch)
tree38fd2034be8a919e88078b2bb8d8c25aa1d9e7a7 /node/RuntimeEnvironment.hpp
parent76bc9968ff0ec7d044042f9214fa59efb3146685 (diff)
downloadinfinitytier-2e85cf18c19ce86363de636ff30827fe232aa80b.tar.gz
infinitytier-2e85cf18c19ce86363de636ff30827fe232aa80b.zip
Cleanup and build fixes.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r--node/RuntimeEnvironment.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index 5f76c8ac..bc63543a 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -59,7 +59,6 @@ class RuntimeEnvironment
{
public:
RuntimeEnvironment() :
- identity(),
log((Logger *)0),
prng((CMWC4096 *)0),
nc((NodeConfig *)0),
@@ -71,15 +70,10 @@ public:
}
std::string homePath;
- std::string autoconfUrlPrefix;
- std::string configAuthorityIdentityStr;
- std::string ownershipVerificationSecret;
- std::string ownershipVerificationSecretHash; // base64 of SHA-256 X16 rounds
// signal() to prematurely interrupt main loop wait
Condition mainLoopWaitCondition;
- Identity configAuthority;
Identity identity;
Logger *log; // may be null