From a625dc836d8d9c60cd1c9305a1c842f5fcbcacb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 29 Oct 2014 20:28:34 +0200 Subject: [PATCH] Remove unused variables --- test/api/encode_decode_api_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/api/encode_decode_api_test.cpp b/test/api/encode_decode_api_test.cpp index 061b4c70..acf68743 100644 --- a/test/api/encode_decode_api_test.cpp +++ b/test/api/encode_decode_api_test.cpp @@ -412,11 +412,8 @@ void EncodeDecodeTestAPI::SliceParamValidationForMode2 (int iSpatialIdx) { } void EncodeDecodeTestAPI::SliceParamValidationForMode3 (int iSpatialIdx) { - unsigned int uiMbWidth = 0; unsigned int uiMbHeight = 0; - unsigned int uiMbNumInFrame = 0; - uiMbWidth = (param_.iPicWidth + 15) >> 4; uiMbHeight = (param_.iPicHeight + 15) >> 4; //change slice mode to SM_SINGLE_SLICE