Skip to content

Commit

Permalink
record: warning fix
Browse files Browse the repository at this point in the history
record.c:810:9: warning: unused variable 'count'

Scope-shadowed by a later variable of the same name, safe to just
delete.

Signed-off-by: Adam Jackson <[email protected]>
Reviewed-by: Peter Hutterer <[email protected]>
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
nwnk authored and whot committed Mar 9, 2011
1 parent 4d114cc commit 7355555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion record/record.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ RecordADeviceEvent(CallbackListPtr *pcbl, pointer nulldata, pointer calldata)
RecordContextPtr pContext;
RecordClientsAndProtocolPtr pRCAP;
int eci; /* enabled context index */
int count;

for (eci = 0; eci < numEnabledContexts; eci++)
{
Expand Down

0 comments on commit 7355555

Please sign in to comment.