Title: [164583] trunk/Source/WebKit2
Revision
164583
Author
[email protected]
Date
2014-02-24 07:06:13 -0800 (Mon, 24 Feb 2014)

Log Message

Remove unused error.h header.
https://bugs.webkit.org/show_bug.cgi?id=126774

Patch by Koop Mast <[email protected]> on 2014-02-24
Reviewed by Anders Carlsson.

This header doesn't exists on FreeBSD. According to
https://www.gnu.org/software/gnulib/manual/html_node/error_002eh.html
the function that this header implements are not present in the file.
So there isn't any need for this header.

* NetworkProcess/unix/NetworkProcessMainUnix.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (164582 => 164583)


--- trunk/Source/WebKit2/ChangeLog	2014-02-24 12:19:19 UTC (rev 164582)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-24 15:06:13 UTC (rev 164583)
@@ -1,3 +1,17 @@
+2014-02-24  Koop Mast <[email protected]>
+
+        Remove unused error.h header.
+        https://bugs.webkit.org/show_bug.cgi?id=126774
+
+        Reviewed by Anders Carlsson.
+
+        This header doesn't exists on FreeBSD. According to
+        https://www.gnu.org/software/gnulib/manual/html_node/error_002eh.html
+        the function that this header implements are not present in the file.
+        So there isn't any need for this header.
+
+        * NetworkProcess/unix/NetworkProcessMainUnix.cpp:
+
 2014-02-24  David Kilzer  <[email protected]>
 
         Remove redundant setting in FeatureDefines.xcconfig

Modified: trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp (164582 => 164583)


--- trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp	2014-02-24 12:19:19 UTC (rev 164582)
+++ trunk/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp	2014-02-24 15:06:13 UTC (rev 164583)
@@ -33,7 +33,6 @@
 #include "WebKit2Initialize.h"
 #include <WebCore/SoupNetworkSession.h>
 #include <WebKit2/NetworkProcess.h>
-#include <error.h>
 #include <runtime/InitializeThreading.h>
 #include <stdlib.h>
 #include <wtf/MainThread.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to