Problem/Motivation

\Drupal\Component\Datetime\DateTimePlus has a load of unused properties left over after #1844956: Optimize date formatting performance

Proposed resolution

Remove all the unused things. So much noise.

Remaining tasks

User interface changes

None

Introduced terminology

N/a

API changes

None

Data model changes

None

Release notes snippet

N/a

Issue fork drupal-3532489

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
neptune-dc’s picture

Status: Needs review » Reviewed & tested by the community

My IDE confirms that the removed variables are unused. +1 RBTC

  • longwave committed 4558b082 on 11.x
    Issue #3532489 by alexpott, neptune-dc: Remove unused properties from...
longwave’s picture

Status: Reviewed & tested by the community » Fixed

Trivial fix, the variable names do not appear anywhere else in the codebase.

Committed 4558b08 and pushed to 11.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.