Bug 64070 - Remove style_references.py
Summary: Remove style_references.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 01:00 PDT by Adam Barth
Modified: 2011-07-07 01:04 PDT (History)
1 user (show)

See Also:


Attachments
Patch (10.42 KB, patch)
2011-07-07 01:01 PDT, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-07-07 01:00:20 PDT
Remove style_references.py
Comment 1 Adam Barth 2011-07-07 01:01:05 PDT
Created attachment 99955 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-07-07 01:03:26 PDT
Comment on attachment 99955 [details]
Patch

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

> Tools/Scripts/check-webkit-style:64
> +def detect_checkout():
> +    """Return a WebKitCheckout instance, or None if it cannot be found."""
> +    cwd = os.path.abspath(os.curdir)
> +    return detect_scm_system(cwd)

Why not just inline this incorectly named method?  Its only called one place, or?
Comment 3 Adam Barth 2011-07-07 01:04:03 PDT
Committed r90549: <http://trac.webkit.org/changeset/90549>