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. |