Skip to content
Snippets Groups Projects
Commit cbd1c647 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Merge branch 'rm_un_var' into 'master'

Removed unused variables

See merge request !26
parents fc95a174 a7a84439
No related branches found
No related tags found
1 merge request!26Removed unused variables
......@@ -114,7 +114,6 @@ ndsStatus sis8300llrfControlTableChannelGroup::writeToHardware() {
NDS_TRC("%s", __func__);
int status;
sis8300llrfControlTableChannel *chan;
if (_SamplesCountChanged) {
_SamplesCountChanged = 0;
......
......@@ -77,11 +77,10 @@ epicsFloat64 sis8300llrfDownSampledChannel::timemsec() {
void sis8300llrfDownSampledChannel::processDataTask(nds::TaskServiceBase &service) {
NDS_TRC("%s", __func__);
int status, iterSrc, iterDest;
unsigned nsamples;
int iterSrc, iterDest;
epicsFloat64 ConvFactIMag, ConvFactQAng, IVal, QVal;
epicsInt32 daq_fmt;
double param, perftime;
double param;
NDS_DBG("Entered Thread");
......@@ -188,7 +187,7 @@ ndsStatus sis8300llrfDownSampledChannel::onLeaveProcessing(
int status;
unsigned nsamples;
double perf;
//double perf;
//perf = timemsec();
if (_RawChannel == NULL)
......
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