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

Unified Diff: source/test/perf/utrie2perf/utrie2perf.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 | « source/test/perf/utrie2perf/utrie2perf.bat ('k') | source/test/testdata/BidiTest.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/perf/utrie2perf/utrie2perf.cpp
diff --git a/source/test/perf/utrie2perf/utrie2perf.cpp b/source/test/perf/utrie2perf/utrie2perf.cpp
index 18c386c7566317e3707b4cc4fb030c745b7c3e19..c92f6b1f816e26ae3b6fa318523930f469089b0e 100644
--- a/source/test/perf/utrie2perf/utrie2perf.cpp
+++ b/source/test/perf/utrie2perf/utrie2perf.cpp
@@ -1,6 +1,6 @@
/*
**********************************************************************
- * Copyright (C) 2002-2008, International Business Machines
+ * Copyright (C) 2002-2014, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* file name: utrie2perf.cpp
@@ -21,8 +21,6 @@
#include "unicode/uperf.h"
#include "uoptions.h"
-#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0]))
-
#if 0
// Left over from when icu/branches/markus/utf8 could use both old UTrie
// and new UTrie2, switched with #if in unorm.cpp and ubidi_props.c.
« no previous file with comments | « source/test/perf/utrie2perf/utrie2perf.bat ('k') | source/test/testdata/BidiTest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698