Skip to content

Commit

Permalink
Merge pull request #18 from aiforia/remove-unused-variable
Browse files Browse the repository at this point in the history
Avoid compiler warning by removing an unused variable
  • Loading branch information
svi-os authored May 23, 2022
2 parents ae55128 + b932c3c commit 01a8fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libics_sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ Ics_Error IcsGetSensorParameterMatrix(const ICS *ics,
const double **values,
Ics_SensorState *state)
{
int p;
if (channel < 0 || channel >= ics->sensorChannels) {
return IcsErr_NotValidAction;
}
Expand Down

0 comments on commit 01a8fc0

Please sign in to comment.