Merge pull request #1821 from mstorsjo/remove-srand

Remove a stray srand
This commit is contained in:
Ethan Hugg 2015-02-27 11:16:41 -08:00
commit 67664f4dc0

View File

@ -3463,7 +3463,6 @@ INSTANTIATE_TEST_CASE_P (EncodeDecodeTestAPIBase, EncodeTestAPI,
::testing::ValuesIn (kOptionParamArray));
TEST_P (EncodeTestAPI, SetEncOptionSize) {
srand(1002);
EncodeOptionParam p = GetParam();
FILE * pFile = NULL;
if (p.sFileSave != NULL && strlen(p.sFileSave) > 0) {