Bug 229677 - [LFC][IFC] Remove unused variables after r281744
Summary: [LFC][IFC] Remove unused variables after r281744
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-30 11:11 PDT by Lauro Moura
Modified: 2021-08-30 14:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2021-08-30 11:13 PDT, Lauro Moura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2021-08-30 11:11:36 PDT
[LFC][IFC] Remove unused variables after r281744
Comment 1 Lauro Moura 2021-08-30 11:13:10 PDT
Created attachment 436796 [details]
Patch
Comment 2 EWS 2021-08-30 13:44:08 PDT
Committed r281773 (241110@main): <https://commits.webkit.org/241110@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 436796 [details].
Comment 3 Radar WebKit Bug Importer 2021-08-30 13:45:23 PDT
<rdar://problem/82544774>
Comment 4 Darin Adler 2021-08-30 14:31:13 PDT
Comment on attachment 436796 [details]
Patch

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

> Source/WebCore/display/css/DisplayBoxFactory.cpp:148
> +    UNUSED_PARAM(lineGeometry);

Post-review/landing regret: I should have suggested removing the argument name instead of using UNUSED_PARAM!