Skip to content

Commit

Permalink
Fix harmless compiler warnings in AudioRecordQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Oct 6, 2014
1 parent 9bcfe36 commit bf6f8b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions record_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ int AudioRecordQueue::available(void)

void AudioRecordQueue::clear(void)
{
audio_block_t *block;
uint32_t t;

if (userblock) {
Expand All @@ -57,7 +56,6 @@ void AudioRecordQueue::clear(void)

int16_t * AudioRecordQueue::readBuffer(void)
{
audio_block_t *block;
uint32_t t;

if (userblock) return NULL;
Expand Down

0 comments on commit bf6f8b4

Please sign in to comment.