Bug 61165 - Remove unused HAVE_STDINT_H define from config.h
Summary: Remove unused HAVE_STDINT_H define from config.h
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Xan Lopez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 20:28 PDT by Xan Lopez
Modified: 2011-05-20 01:51 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.15 KB, patch)
2011-05-19 20:35 PDT, Xan Lopez
ap: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2011-05-19 20:28:46 PDT
SSIA.
Comment 1 Xan Lopez 2011-05-19 20:35:57 PDT
Created attachment 94165 [details]
Patch
Comment 2 Alexey Proskuryakov 2011-05-19 23:53:06 PDT
Comment on attachment 94165 [details]
Patch

Please feel free to re-nominate if I'm missing something, but:

$ grep -r STDINT_H Source/
Source/JavaScriptCore/wtf/FastMalloc.cpp:#if HAVE(STDINT_H)
Source/JavaScriptCore/wtf/TCPageMap.h:#if HAVE(STDINT_H)
Source/JavaScriptCore/wtf/TCSpinLock.h:#if HAVE(STDINT_H)
Source/JavaScriptCore/wtf/TCSystemAlloc.cpp:#if HAVE(STDINT_H)
...
Comment 3 Xan Lopez 2011-05-20 01:51:17 PDT
Sigh, I guess I suck at grep more than I thought. Sorry about that.