-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused code from licenses script #6910
Conversation
Code became obsolete with flutter#3627. Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The yellow check actually passed, but didn't update on github. |
This broke linux buildbot (and dart flutter head-head-head as well).
|
Can you please link to the failure? |
There's a version missmatch between the Dart SDK used on the Chromebots and the one that shipps with Flutter. Fix is flutter/buildroot#192 and #6916. |
flutter/engine@1baf081...8d38417 git log 1baf081..8d38417 --no-merges --oneline 8d38417 Roll buildroot to 7e555aec776cfda9ab2e898f83dccef3005795c2 (flutter/engine#6916) dda9f69 Remove unused code from licenses script (flutter/engine#6910) 3822765 Roll src/third_party/skia 6bdfb6fba352..eb35650f9177 (15 commits) (flutter/engine#6914) 983d70e Revert "Compile libcxx and libcxxabi for Android (#6886)" (flutter/engine#6912) 9ccd1e8 Compile libcxx and libcxxabi for Android (flutter/engine#6886) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
Code became obsolete with flutter#3627. Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.
Code became obsolete with #3627.
Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.