Bug 126774

Summary: Remove unused error.h header.
Product: WebKit Reporter: Koop Mast <kwm>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, landry
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128598    
Attachments:
Description Flags
Remove unused error.h header andersca: review+

Description Koop Mast 2014-01-10 13:10:03 PST
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.
Comment 1 Koop Mast 2014-01-10 13:12:02 PST
Created attachment 220879 [details]
Remove unused error.h header
Comment 2 Koop Mast 2014-01-15 10:54:10 PST
Comment on attachment 220879 [details]
Remove unused error.h header

set review flag
Comment 3 Landry Breuil 2014-02-17 11:41:15 PST
Fwiw i have the same issue on OpenBSD when trying to update our webkit from 2.2.4 to 2.3.5 - removing the inclusion of error.h fixes the build breakage.
Comment 4 Alberto Garcia 2014-02-24 07:00:59 PST
Committed r164583: <http://trac.webkit.org/changeset/164583>