summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-16 12:06:40 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-16 12:06:40 -0700
commit12b4646ce87452907cc09048d50e2362dd6a1876 (patch)
treebbe970c30df1897a9bfac3c513aa02fa4c81b114 /service/OneService.cpp
parent4e5d2d2c72aaa8f405d5c11223af275748733725 (diff)
downloadinfinitytier-12b4646ce87452907cc09048d50e2362dd6a1876.tar.gz
infinitytier-12b4646ce87452907cc09048d50e2362dd6a1876.zip
Prettify JSON output.
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index bb808304..1d86b11a 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -131,7 +131,6 @@ class OneServiceImpl : public OneService
public:
OneServiceImpl(const char *hp,unsigned int port,NetworkController *master,const char *overrideRootTopology) :
_homePath((hp) ? hp : "."),
- _port(port),
_phy(this,true),
_master(master),
_overrideRootTopology((overrideRootTopology) ? overrideRootTopology : ""),
@@ -637,7 +636,6 @@ private:
}
const std::string _homePath;
- unsigned int _port;
Phy<OneServiceImpl *> _phy;
NetworkController *_master;
std::string _overrideRootTopology;