dsanders11

#52545: chore: remove dead code in autofill_popup_view.cc

Merged
Created: Jul 29, 2026, 7:21:42 PM
Merged: Jul 29, 2026, 9:46:16 PM
4 comments
Target: main

Description of Change

This was flagged by the clang-analyzer-deadcode.DeadStores check in clang-tidy since a value was assigned and then immediately overwritten without ever reading.

Checklist

  • I have built and tested this change
  • I have filled out the PR description

Release Notes

Notes: none

Backports

42-x-y
In-flight
PR Number
#52550
Waiting to be merged
43-x-y
In-flight
PR Number
#52549
Waiting to be merged
44-x-y
In-flight
PR Number
#52548
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron