OLD | NEW |
(Empty) | |
| 1 diff --git a/source/common/unicode/unistr.h b/source/common/unicode/unistr.h |
| 2 index c6e8b44..c98aec7 100644 |
| 3 --- a/source/common/unicode/unistr.h |
| 4 +++ b/source/common/unicode/unistr.h |
| 5 @@ -34,7 +34,6 @@ |
| 6 #include "unicode/ucasemap.h" |
| 7 |
| 8 struct UConverter; // unicode/ucnv.h |
| 9 -class StringThreadTest; |
| 10 |
| 11 #ifndef U_COMPARE_CODE_POINT_ORDER |
| 12 /* see also ustring.h and unorm.h */ |
| 13 @@ -3491,7 +3490,6 @@ private: |
| 14 kWritableAlias=0 |
| 15 }; |
| 16 |
| 17 - friend class StringThreadTest; |
| 18 friend class UnicodeStringAppendable; |
| 19 |
| 20 union StackBufferOrFields; // forward declaration necessary before fri
end declaration |
OLD | NEW |