Bug 25670 - Remove no longer valid chunk of code from dtoa
Summary: Remove no longer valid chunk of code from dtoa
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-10 11:30 PDT by Dimitri Glazkov (Google)
Modified: 2009-05-10 11:49 PDT (History)
3 users (show)

See Also:


Attachments
Remove no longer valid chunk of code from dtoa, v1. (1.11 KB, patch)
2009-05-10 11:32 PDT, Dimitri Glazkov (Google)
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-05-10 11:30:24 PDT
Since http://trac.webkit.org/changeset/43457, there's no more dtoa_result buffer and no need to clear it. This code was hidden under JSC_MULTIPLE_THREADS guard, which is not needed either.
Comment 1 Dimitri Glazkov (Google) 2009-05-10 11:32:47 PDT
Created attachment 30163 [details]
Remove no longer valid chunk of code from dtoa, v1.

 JavaScriptCore/ChangeLog    |   10 ++++++++++
 JavaScriptCore/wtf/dtoa.cpp |    7 -------
 2 files changed, 10 insertions(+), 7 deletions(-)
Comment 2 Geoffrey Garen 2009-05-10 11:45:59 PDT
Comment on attachment 30163 [details]
Remove no longer valid chunk of code from dtoa, v1.

r=me
Comment 3 Dimitri Glazkov (Google) 2009-05-10 11:49:38 PDT
Landed as http://trac.webkit.org/changeset/43463.