Index: source/common/unorm.cpp |
diff --git a/source/common/unorm.cpp b/source/common/unorm.cpp |
index 9ca56bfae47a1c76944b32b92053abb664103cb8..f0a026f66961242815dc3cac9bde2e08a8a631ec 100644 |
--- a/source/common/unorm.cpp |
+++ b/source/common/unorm.cpp |
@@ -1,6 +1,6 @@ |
/* |
****************************************************************************** |
-* Copyright (c) 1996-2011, International Business Machines |
+* Copyright (c) 1996-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
****************************************************************************** |
* File unorm.cpp |
@@ -37,8 +37,6 @@ |
#include "uprops.h" |
#include "ustr_imp.h" |
-#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0])) |
- |
U_NAMESPACE_USE |
/* quick check functions ---------------------------------------------------- */ |