remove unused i

This commit is contained in:
Holger Vogt 2018-08-10 23:34:27 +02:00
parent 2ce4c1592b
commit 9d36a2e326
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ void cm_filesource(ARGS) /* structure holding parms, inputs, outputs, etc.
}
if (INIT == 1) {
int i, count;
int count;
CALLBACK = cm_filesource_callback;