Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc

Issue 24579003: Clean up remaining unused globals (on mac). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: staticmedia Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc
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 f7330c30279ac1380036c8dfeea59de47dbcd65b..4657cf519b6095c6df7bcc6294c3bcf2b15e856f 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 =
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698