remove the unused timevals

This commit is contained in:
Stephen Birarda 2013-06-18 09:55:04 -07:00
parent 8cef77bbda
commit 2ba7fe0031

View file

@ -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();