Changeset 179081 in webkit


Ignore:
Timestamp:
Jan 24, 2015 8:36:44 PM (9 years ago)
Author:
mitz@apple.com
Message:

update-webkit’s --internal option is unused
https://bugs.webkit.org/show_bug.cgi?id=140861

Reviewed by Anders Carlsson.

  • Scripts/update-webkit: Removed the option.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r179074 r179081  
     12015-01-24  Dan Bernstein  <mitz@apple.com>
     2
     3        update-webkit’s --internal option is unused
     4        https://bugs.webkit.org/show_bug.cgi?id=140861
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * Scripts/update-webkit: Removed the option.
     9
    1102015-01-24  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Tools/Scripts/update-webkit

    r173101 r179081  
    4949
    5050my $auxiliaryLibs = 1;
    51 my $internal;
    5251
    5352my $getOptionsResult = GetOptions(
     
    5554    'q|quiet' => \$quiet,
    5655    'auxiliary-libs!' => \$auxiliaryLibs,
    57     # FIXME: This option is ignored. Remove it once no one in passing it in.
    58     'internal!' => \$internal,
    5956);
    6057
Note: See TracChangeset for help on using the changeset viewer.