]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/appendable.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / common / unicode / appendable.h
index a90f37bb07a74334122d7aa2cf82ea9b1224b0e4..a6a83b15cf97193b2dc691f90cbcaa91928ddb7f 100644 (file)
@@ -140,10 +140,6 @@ public:
                                    int32_t desiredCapacityHint,
                                    UChar *scratch, int32_t scratchCapacity,
                                    int32_t *resultCapacity);
-
-private:
-    // No ICU "poor man's RTTI" for this class nor its subclasses.
-    virtual UClassID getDynamicClassID() const;
 };
 
 /**