summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-04 11:40:38 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-04 11:40:38 -0700
commit98152d974ada42e659e65590dec9a53d0a28ef54 (patch)
tree0b548af496bc78c0f106b5592322024c274491a5 /service
parent56febbf2bac2c51d9478616a1dd28243ef03f406 (diff)
downloadinfinitytier-98152d974ada42e659e65590dec9a53d0a28ef54.tar.gz
infinitytier-98152d974ada42e659e65590dec9a53d0a28ef54.zip
More cleanup and removal of DeferredPackets, will do the latter in a more elegant way.
Diffstat (limited to 'service')
-rw-r--r--service/OneService.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 460eb1c9..0c9b0b8e 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -864,10 +864,6 @@ public:
}
}
- // Start two background threads to handle expensive ops out of line
- Thread::start(_node);
- Thread::start(_node);
-
_nextBackgroundTaskDeadline = 0;
uint64_t clockShouldBe = OSUtils::now();
_lastRestart = clockShouldBe;