ICU-6765 Remove redefinition of const static class variable.

X-SVN-Rev: 25539
This commit is contained in:
Michael Ow 2009-03-10 20:51:40 +00:00
parent 88cde4c236
commit 2dfb80a9e1

View File

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