]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/appendable.cpp
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / common / appendable.cpp
index 4d672fc051540d596b7226063f9a8621a73792be..e46d0790181004bbbdc86325c28cd0a819b770df 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-*   Copyright (C) 2011, International Business Machines
+*   Copyright (C) 2011-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 *   file name:  appendable.cpp
@@ -67,8 +67,6 @@ Appendable::getAppendBuffer(int32_t minCapacity,
     return scratch;
 }
 
-UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(Appendable)
-
 // UnicodeStringAppendable is implemented in unistr.cpp.
 
 U_NAMESPACE_END