Bug 64070

Summary: Remove style_references.py
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric: review+

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>