[ITC][http][Non-ACR] removed unused variable 40/298940/2
authorAbuzar Maqsood <abuzar.m@samsung.com>
Fri, 15 Sep 2023 11:10:05 +0000 (16:40 +0530)
committerAbuzar Maqsood <abuzar.m@samsung.com>
Fri, 15 Sep 2023 11:15:49 +0000 (16:45 +0530)
Change-Id: If32c76acecb5e1dff64869f28179833d70702c16
Signed-off-by: Abuzar Maqsood <abuzar.m@samsung.com>
src/itc/http/ITs-http-transaction.c

index fbc7596..d3fd7f5 100755 (executable)
@@ -289,11 +289,9 @@ static void HttpTransactionProgressPauseResumeCB(http_transaction_h http_transac
 #if DEBUG
        FPRINTF("[Line : %d][%s] HttpTransactionProgressPauseResumeCB callback called\\n", __LINE__, API_NAMESPACE);
 #endif
-       double pDownloadRate = download_now / download_total * 100;
        int nRet;
        b_HttpTransactionProgressPauseResumeCB = true;
-       g_bIsValid = true;      
-       
+       g_bIsValid = true;
        if (g_Pause == true && g_Resume == false) {
                //Target API
                nRet =  http_transaction_resume(http_transaction) ;