Title: [261092] trunk
Revision
261092
Author
[email protected]
Date
2020-05-04 11:24:15 -0700 (Mon, 04 May 2020)

Log Message

Remove unused HAVE(STRINGS_H)
https://bugs.webkit.org/show_bug.cgi?id=211377

Reviewed by Alex Christensen.

.:

* Source/cmake/OptionsCommon.cmake: Remove code to set HAVE_STRINGS_H.

Source/WTF:

* wtf/PlatformHave.h: Remove code to set HAVE_STRINGS_H.

Modified Paths

Diff

Modified: trunk/ChangeLog (261091 => 261092)


--- trunk/ChangeLog	2020-05-04 18:18:28 UTC (rev 261091)
+++ trunk/ChangeLog	2020-05-04 18:24:15 UTC (rev 261092)
@@ -1,3 +1,12 @@
+2020-05-04  Darin Adler  <[email protected]>
+
+        Remove unused HAVE(STRINGS_H)
+        https://bugs.webkit.org/show_bug.cgi?id=211377
+
+        Reviewed by Alex Christensen.
+
+        * Source/cmake/OptionsCommon.cmake: Remove code to set HAVE_STRINGS_H.
+
 2020-05-01  Per Arne Vollan  <[email protected]>
 
         [Win] Fix AppleWin build

Modified: trunk/Source/WTF/ChangeLog (261091 => 261092)


--- trunk/Source/WTF/ChangeLog	2020-05-04 18:18:28 UTC (rev 261091)
+++ trunk/Source/WTF/ChangeLog	2020-05-04 18:24:15 UTC (rev 261092)
@@ -1,5 +1,14 @@
 2020-05-04  Darin Adler  <[email protected]>
 
+        Remove unused HAVE(STRINGS_H)
+        https://bugs.webkit.org/show_bug.cgi?id=211377
+
+        Reviewed by Alex Christensen.
+
+        * wtf/PlatformHave.h: Remove code to set HAVE_STRINGS_H.
+
+2020-05-04  Darin Adler  <[email protected]>
+
         Remove no-longer-needed HAVE(UISCENE)
         https://bugs.webkit.org/show_bug.cgi?id=211376
 

Modified: trunk/Source/WTF/wtf/PlatformHave.h (261091 => 261092)


--- trunk/Source/WTF/wtf/PlatformHave.h	2020-05-04 18:18:28 UTC (rev 261091)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2020-05-04 18:24:15 UTC (rev 261092)
@@ -145,10 +145,6 @@
 #endif
 
 #if OS(DARWIN)
-#define HAVE_STRINGS_H 1
-#endif
-
-#if OS(DARWIN)
 #define HAVE_STRNSTR 1
 #endif
 

Modified: trunk/Source/cmake/OptionsCommon.cmake (261091 => 261092)


--- trunk/Source/cmake/OptionsCommon.cmake	2020-05-04 18:18:28 UTC (rev 261091)
+++ trunk/Source/cmake/OptionsCommon.cmake	2020-05-04 18:24:15 UTC (rev 261092)
@@ -120,7 +120,6 @@
 WEBKIT_CHECK_HAVE_INCLUDE(HAVE_LANGINFO_H langinfo.h)
 WEBKIT_CHECK_HAVE_INCLUDE(HAVE_MMAP sys/mman.h)
 WEBKIT_CHECK_HAVE_INCLUDE(HAVE_PTHREAD_NP_H pthread_np.h)
-WEBKIT_CHECK_HAVE_INCLUDE(HAVE_STRINGS_H strings.h)
 WEBKIT_CHECK_HAVE_INCLUDE(HAVE_SYS_PARAM_H sys/param.h)
 WEBKIT_CHECK_HAVE_INCLUDE(HAVE_SYS_TIME_H sys/time.h)
 WEBKIT_CHECK_HAVE_INCLUDE(HAVE_SYS_TIMEB_H sys/timeb.h)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to