diff options
author | Keith Packard <keithp@keithp.com> | 2011-03-09 14:25:54 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-03-09 14:25:54 -0800 |
commit | c3c0e2fdd326214e271ce144e8fc2725cbd738ef (patch) | |
tree | c7ee795c9252e1c13ae86848d109773d15b82d9e /record | |
parent | a19771e4337d1c4600550314bbc42a1495a023ff (diff) | |
parent | 73555555a440855f9ae64c3367c5c7dca98c8741 (diff) |
Merge remote branch 'whot/for-keith'
Diffstat (limited to 'record')
-rw-r--r-- | record/record.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/record/record.c b/record/record.c index df3f9c6ec..53be1823f 100644 --- a/record/record.c +++ b/record/record.c @@ -807,7 +807,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++) { |