| Index: fpdfsdk/fpdfdoc_unittest.cpp
 | 
| diff --git a/fpdfsdk/fpdfdoc_unittest.cpp b/fpdfsdk/fpdfdoc_unittest.cpp
 | 
| index e315fd853e64ae41960f1b531f937a47c7253efd..2bd2e586aa81fb051fa76cd40011182bf3cc4fac 100644
 | 
| --- a/fpdfsdk/fpdfdoc_unittest.cpp
 | 
| +++ b/fpdfsdk/fpdfdoc_unittest.cpp
 | 
| @@ -57,7 +57,6 @@ class PDFDocTest : public testing::Test {
 | 
|    void SetUp() override {
 | 
|      // We don't need page module or render module, but
 | 
|      // initialize them to keep the code sane.
 | 
| -    CPDF_ModuleMgr::Create();
 | 
|      CPDF_ModuleMgr* module_mgr = CPDF_ModuleMgr::Get();
 | 
|      module_mgr->InitPageModule();
 | 
|  
 | 
| 
 |