From 6e385691285a63e706f0dd1f7a29190aaade044e Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 14 Apr 2014 16:36:06 +0200 Subject: [PATCH] Quality reporting: remove unused variables --- coreapi/quality_reporting.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/coreapi/quality_reporting.c b/coreapi/quality_reporting.c index aee3d7b44..84a14e9f5 100644 --- a/coreapi/quality_reporting.c +++ b/coreapi/quality_reporting.c @@ -300,11 +300,8 @@ void linphone_reporting_update(LinphoneCall * call, int stats_type) { printf("linphone_reporting_call_stats_updated type=%d\n", stats_type); reporting_session_report_t * report = call->log->reports[stats_type]; MediaStream * stream = NULL; - const SalMediaDescription * remote_media_desc = sal_call_get_remote_media_description(call->op); const PayloadType * local_payload = NULL; const PayloadType * remote_payload = NULL; - const SalStreamDescription * remote_desc = NULL; - SalStreamType sal_stream_type = (stats_type == LINPHONE_CALL_STATS_AUDIO) ? SalAudio : SalVideo; const LinphoneCallParams * local_params = linphone_call_get_current_params(call); const LinphoneCallParams * remote_params = linphone_call_get_remote_params(call); if (report == NULL) {