mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 12:13:40 +02:00
remove the unused timevals
This commit is contained in:
parent
8cef77bbda
commit
2ba7fe0031
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ int main(int argc, const char* argv[]) {
|
|||
|
||||
stk::StkFrames stkFrameBuffer(BUFFER_LENGTH_SAMPLES_PER_CHANNEL, 1);
|
||||
|
||||
timeval twoPoleStart, twoPoleEnd;
|
||||
|
||||
// if we'll be sending stats, call the Logstash::socket() method to make it load the logstash IP outside the loop
|
||||
if (Logstash::shouldSendStats()) {
|
||||
Logstash::socket();
|
||||
|
|
Loading…
Reference in a new issue