diff options
author | Lei Zhang <thestig@chromium.org> | 2017-07-06 17:00:26 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-07 16:26:25 +0000 |
commit | c3d3bb2a036bc26ad1b3c7c5f03ce11f41529b33 (patch) | |
tree | 86ee12e3d176e9c5bdd1849067468231185b6d7d | |
parent | 740319850255d4fabf6e3cf4d37ca77857760b8b (diff) | |
download | pdfium-c3d3bb2a036bc26ad1b3c7c5f03ce11f41529b33.tar.xz |
Remove a static initializer introduced in commit 573b10a.
Change-Id: Ic81df89078241c75ae2da6309b22022ba225100f
Reviewed-on: https://pdfium-review.googlesource.com/7370
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp b/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp index a9f4383976..8c94444075 100644 --- a/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp +++ b/xfa/fxfa/fm2js/cxfa_fm2jscontext.cpp @@ -9,7 +9,6 @@ #include <time.h> #include <algorithm> -#include <iostream> #include "core/fxcrt/cfx_decimal.h" #include "core/fxcrt/fx_extension.h" |