Title: [234274] trunk/Source/WTF
Revision
234274
Author
[email protected]
Date
2018-07-26 14:32:00 -0700 (Thu, 26 Jul 2018)

Log Message

Remove unused/undefined String::appendInternal
https://bugs.webkit.org/show_bug.cgi?id=188063

Patch by Sam Weinig <[email protected]> on 2018-07-26
Reviewed by Daniel Bates.

* wtf/text/WTFString.h:
String::appendInternal is declared in WTFString.h, but is never used
and and never even defined. Remove it.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (234273 => 234274)


--- trunk/Source/WTF/ChangeLog	2018-07-26 21:14:47 UTC (rev 234273)
+++ trunk/Source/WTF/ChangeLog	2018-07-26 21:32:00 UTC (rev 234274)
@@ -1,3 +1,14 @@
+2018-07-26  Sam Weinig  <[email protected]>
+
+        Remove unused/undefined String::appendInternal
+        https://bugs.webkit.org/show_bug.cgi?id=188063
+
+        Reviewed by Daniel Bates.
+
+        * wtf/text/WTFString.h:
+        String::appendInternal is declared in WTFString.h, but is never used
+        and and never even defined. Remove it.
+
 2018-07-26  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r234181 and r234189.

Modified: trunk/Source/WTF/wtf/text/WTFString.h (234273 => 234274)


--- trunk/Source/WTF/wtf/text/WTFString.h	2018-07-26 21:14:47 UTC (rev 234273)
+++ trunk/Source/WTF/wtf/text/WTFString.h	2018-07-26 21:32:00 UTC (rev 234274)
@@ -368,7 +368,6 @@
 
 private:
     template<typename CharacterType> void removeInternal(const CharacterType*, unsigned, unsigned);
-    template<typename CharacterType> void appendInternal(CharacterType);
 
     RefPtr<StringImpl> m_impl;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to