Title: [204689] trunk/Tools
Revision
204689
Author
[email protected]
Date
2016-08-20 20:26:27 -0700 (Sat, 20 Aug 2016)

Log Message

[EFL] Remove unnecessary a patch to mute ecore warnings
https://bugs.webkit.org/show_bug.cgi?id=160997

Patch by Gyuyoung Kim <[email protected]> on 2016-08-20
Reviewed by Darin Adler.

There is no warning messages during the layout test and perf test
after bumping efl version from 1.17 to 1.18. Remove it.

* efl/patches/ecore_remove_warnings.patch: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Tools/ChangeLog (204688 => 204689)


--- trunk/Tools/ChangeLog	2016-08-21 03:06:02 UTC (rev 204688)
+++ trunk/Tools/ChangeLog	2016-08-21 03:26:27 UTC (rev 204689)
@@ -1,3 +1,15 @@
+2016-08-20  Gyuyoung Kim  <[email protected]>
+
+        [EFL] Remove unnecessary a patch to mute ecore warnings
+        https://bugs.webkit.org/show_bug.cgi?id=160997
+
+        Reviewed by Darin Adler.
+
+        There is no warning messages during the layout test and perf test
+        after bumping efl version from 1.17 to 1.18. Remove it.
+
+        * efl/patches/ecore_remove_warnings.patch: Removed.
+
 2016-08-20  Simon Fraser  <[email protected]>
 
         REGRESSION (r204477): Running LayoutTests on ios-simulator became ~15 minutes slower

Deleted: trunk/Tools/efl/patches/ecore_remove_warnings.patch (204688 => 204689)


--- trunk/Tools/efl/patches/ecore_remove_warnings.patch	2016-08-21 03:06:02 UTC (rev 204688)
+++ trunk/Tools/efl/patches/ecore_remove_warnings.patch	2016-08-21 03:26:27 UTC (rev 204689)
@@ -1,12 +0,0 @@
-diff -urN a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c
---- a/src/lib/ecore/ecore_main.c	2014-03-10 19:45:48.000000000 +0900
-+++ b/src/lib/ecore/ecore_main.c	2014-08-12 14:54:06.633710441 +0900
-@@ -1584,8 +1584,6 @@
-      {
- #ifndef _WIN32
-         if (errno == EINTR) return -1;
--        else if (errno == EBADF)
--          _ecore_main_fd_handlers_bads_rem();
- #endif
-      }
-    if (ret > 0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to