From c0f24876310ebf2fe93c3547f57f0761d16568a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 5 May 2014 15:13:43 +0300 Subject: [PATCH] Remove an unused static method This was added in 44640712f without actually being used. --- test/encoder/EncUT_MotionEstimate.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/encoder/EncUT_MotionEstimate.cpp b/test/encoder/EncUT_MotionEstimate.cpp index 0f36c1b0..dbfff2ec 100644 --- a/test/encoder/EncUT_MotionEstimate.cpp +++ b/test/encoder/EncUT_MotionEstimate.cpp @@ -41,10 +41,6 @@ void InitMe( const uint8_t kuiQp, const uint32_t kuiMvdTableMiddle, const uint32 pMe->sMv.iMvX = pMe->sMv.iMvY = 0; } -static inline int GetRandomMv(int32_t iMin, int32_t iMax) { - return (rand()%(iMax-iMin)-(iMax-iMin)/2); -} - class MotionEstimateTest : public ::testing::Test { public: virtual void SetUp() {