Skip to content
Snippets Groups Projects
Commit 6f7e594f authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #5762: Removed unused Timer

parent 5b2a2c80
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,7 @@ namespace LOFAR ...@@ -48,8 +48,7 @@ namespace LOFAR
stationIdx(stationIdx), stationIdx(stationIdx),
from(from), from(from),
increment(increment), increment(increment),
currentTime(from), currentTime(from)
delayTimer("delay producer", true, true)
{ {
ASSERTSTR(test(), "Delay compensation engine is broken"); ASSERTSTR(test(), "Delay compensation engine is broken");
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <map> #include <map>
#include <Common/LofarTypes.h> #include <Common/LofarTypes.h>
#include <Common/Timer.h>
#include <CoInterface/MultiDimArray.h> #include <CoInterface/MultiDimArray.h>
#include <CoInterface/Parset.h> #include <CoInterface/Parset.h>
#include <CoInterface/SubbandMetaData.h> #include <CoInterface/SubbandMetaData.h>
...@@ -186,8 +185,6 @@ namespace LOFAR ...@@ -186,8 +185,6 @@ namespace LOFAR
// Station to reference station position difference vector. // Station to reference station position difference vector.
casa::MVPosition phasePositionDiff; casa::MVPosition phasePositionDiff;
#endif #endif
NSTimer delayTimer;
}; };
} // namespace Cobalt } // namespace Cobalt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment