Bug 202153

Summary: Address static analysis warning in DataLog.cpp: Value stored to 'pathCharactersAvailable' is never read
Product: WebKit Reporter: Keith Rollin <krollin>
Component: Web Template FrameworkAssignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bfulgham, cdumez, cmarcelo, dbates, ddkilzer, ews-watchlist, fpizlo, msaboff, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Rollin 2019-09-24 12:08:17 PDT
Bug 168914 introduce some code that will initialize a variable to zero, but then never use that variable afterwards. Address this by removing the assignment.
Comment 1 Radar WebKit Bug Importer 2019-09-24 12:08:32 PDT
<rdar://problem/55671845>
Comment 2 Keith Rollin 2019-09-24 12:11:04 PDT
Created attachment 379464 [details]
Patch
Comment 3 David Kilzer (:ddkilzer) 2020-04-02 11:21:46 PDT
Hah!  I was just about to fix this, and found this bug.  Thanks Keith!

Feel free to cq+.
Comment 4 David Kilzer (:ddkilzer) 2020-04-02 11:39:01 PDT
This is also the _last_ static analyzer warning in WTF for the version of the clang static analyzer we're running!
Comment 5 EWS 2020-04-02 11:45:03 PDT
Committed r259400: <https://trac.webkit.org/changeset/259400>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 379464 [details].