libcsa: Resolve 96 -Wunused-variable warnings.

This is not all of them, another ~90 exist in generated code.
This commit is contained in:
Peter Howkins
2012-11-06 15:07:08 +00:00
parent 37c30d32f7
commit 6f2a704bbd
15 changed files with 5 additions and 172 deletions

View File

@@ -920,8 +920,6 @@ DeriveDailyEvent(
{
RepeatEvent *re;
DailyData *dd;
NumberList *nl;
int i = 0;
dd = (DailyData *)calloc(1, sizeof(DailyData));