Bug 99425 - Remove unused functions in Locale* classes
Summary: Remove unused functions in Locale* classes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 00:12 PDT by Kent Tamura
Modified: 2012-10-16 00:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.39 KB, patch)
2012-10-16 00:15 PDT, Kent Tamura
yutak: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-10-16 00:12:27 PDT
Remove unused functions in Locale* classes
Comment 1 Kent Tamura 2012-10-16 00:15:44 PDT
Created attachment 168874 [details]
Patch
Comment 2 Yuta Kitamura 2012-10-16 00:23:04 PDT
Comment on attachment 168874 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=168874&action=review

Looks fine except for a typo.

> Source/WebCore/ChangeLog:11
> +        No new tests. This shouldn't change any bahevior.

nit: bahevior -> behavior
Comment 3 Kent Tamura 2012-10-16 00:24:47 PDT
Comment on attachment 168874 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=168874&action=review

>> Source/WebCore/ChangeLog:11
>> +        No new tests. This shouldn't change any bahevior.
> 
> nit: bahevior -> behavior

oops. will fix.
Comment 4 Kent Tamura 2012-10-16 00:30:01 PDT
Committed r131422: <http://trac.webkit.org/changeset/131422>