remove unused variable

This commit is contained in:
Andre Puschmann 2017-08-07 13:18:18 +02:00
parent c474b24d32
commit 9c49e27778
1 changed files with 0 additions and 1 deletions

View File

@ -447,7 +447,6 @@ int rf_soapy_send_timed(void *h,
rf_soapy_handler_t *handler = (rf_soapy_handler_t*) h;
timeNs = secs * 1000000000;
timeNs = timeNs + (frac_secs * 1000000000);
int num_channels = 1;
int n = 0;
if(!handler->tx_stream_active){