diff options
Diffstat (limited to 'service/OneService.cpp')
| -rw-r--r-- | service/OneService.cpp | 2 |
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; |
