Skip to content

Remove unsused variables and add TODO

Juliano Murari requested to merge torsten-IOC-review10-ICSHWI-7862 into master

Code review:

  • Remove some unsused variables
  • Some are set, but not used. Error handling is missing, at leaset an IOC print ??
  • Dividing a long with 1000000 (integer) is not the same as 1.e6 (floating point)

Merge request reports