ref: c0f24876310ebf2fe93c3547f57f0761d16568a1
parent: 15432d4fc51cff265cb57688178c4f9c424b7c32
author: Martin Storsjö <[email protected]>
date: Mon May 5 11:13:43 EDT 2014
Remove an unused static method This was added in 44640712f without actually being used.
--- a/test/encoder/EncUT_MotionEstimate.cpp
+++ b/test/encoder/EncUT_MotionEstimate.cpp
@@ -41,10 +41,6 @@
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() {