epics-modules / optics

APS BCDA synApps module: optics
http://epics-modules.github.io/optics/
Other
1 stars 3 forks source link

Unused variables in filterDrive.st #11

Closed kmpeters closed 2 weeks ago

kmpeters commented 3 years ago

The OUT array:

https://github.com/epics-modules/optics/blob/master/opticsApp/src/filterDrive.st#L181-L183

which is assigned to the "Set" PVs:

https://github.com/epics-modules/optics/blob/master/opticsApp/src/filterDrive.st#L355-L356

Is unused except for this one comment that should probably be changed from OUT to OUTGET:

https://github.com/epics-modules/optics/blob/master/opticsApp/src/filterDrive.st#L466