diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-26 00:06:42 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-26 00:06:42 +0000 |
commit | 095ccbe48d523005682353510c526f5310e5b01d (patch) | |
tree | 24d536b774a2221ed92350497fffa98c9dc0a349 /third_party | |
parent | bf98a0e1aede4510b84af40ee727d0cd6c8755f9 (diff) | |
download | chromium_src-095ccbe48d523005682353510c526f5310e5b01d.zip chromium_src-095ccbe48d523005682353510c526f5310e5b01d.tar.gz chromium_src-095ccbe48d523005682353510c526f5310e5b01d.tar.bz2 |
Clean up remaining unused globals (on mac).
Found by clang's new -Wunused-const-variable.
BUG=290204
R=akalin@chromium.org, jamesr@chromium.org, koz@chromium.org, piman@chromium.org, sergeyu@chromium.org, thestig@chromium.org, vitalybuka@chromium.org
TBR=cpu, dmichael, joi, xhwang
Review URL: https://codereview.chromium.org/24579003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc b/third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc index f7330c3..4657cf5 100644 --- a/third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc +++ b/third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc @@ -25,10 +25,6 @@ #include "encodings/compact_lang_det/win/cld_commandlineflags.h" #include "encodings/compact_lang_det/win/cld_google.h" -DEFINE_bool(html, false, "Print language spans in HTML on stderr"); -DEFINE_bool(detail, false, "Print incoming text to stderr"); -DEFINE_bool(skipbig, false, "Skip BigInputTests"); - // Test strings. // These are all included here to make the unit test self-contained. const char* kTeststr_en = |