diff --git a/icu4c/source/common/stringpiece.cpp b/icu4c/source/common/stringpiece.cpp index 82a034178be..abf18aab9f9 100644 --- a/icu4c/source/common/stringpiece.cpp +++ b/icu4c/source/common/stringpiece.cpp @@ -40,6 +40,4 @@ StringPiece::StringPiece(const StringPiece& x, int32_t pos, int32_t len) { length_ = len; } -const int32_t StringPiece::npos; - U_NAMESPACE_END