From 0ba537e4796bafe53809835c5d2b987df46bae90 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 20 Apr 2017 08:26:16 +0200 Subject: [PATCH] removed headersize compile error --- slsReceiverSoftware/src/UDPStandardImplementation.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index ece4363f1..5108e7b92 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -1897,13 +1897,6 @@ void UDPStandardImplementation::startDataCallback(){ FILE_LOG(logINFO, cstreambuf); } - switch(myDetectorType){ - case EIGER: - headersize = EIGER_DATA_PACKET_HEADER_SIZE; break; - default: - headersize = 0; break; - } - //let calling function know thread started and obtained current (after sockets created) if(!zmqThreadStarted) zmqThreadStarted = true;