Skip to content

[Workflow] Delete dead code #21913

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

Merged
merged 1 commit into from
Mar 8, 2017
Merged

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Mar 7, 2017

Q A
Branch? 3.2
Bug fix? "no"
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Me (and all reviewers ;) ) totally miss this class. It has never been used and there are no reason to use it anyway. It's just a relic from the designing of the Component. Sorry.

I really don't think it deserves a deprecation as the component is quite new, and it is really some dead code.

@keradus
Copy link
Member

keradus commented Mar 7, 2017

Technically, it's a non-internal class available eg on v3.2.4, removing it is BC breaker :/

@fabpot
Copy link
Member

fabpot commented Mar 8, 2017

👍 Not used and not documented.

@lyrixx lyrixx force-pushed the workflow-TransitionEvent branch from 7eecd30 to 28e85cc Compare March 8, 2017 10:37
Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for the deletion, this is dead code really

@lyrixx lyrixx merged commit 28e85cc into symfony:3.2 Mar 8, 2017
lyrixx added a commit that referenced this pull request Mar 8, 2017
This PR was merged into the 3.2 branch.

Discussion
----------

[Workflow] Delete dead code

| Q             | A
| ------------- | ---
| Branch?       | 3.2
| Bug fix?      | "no"
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

---

Me (and all reviewers ;) ) totally miss this class. It has never been used and there are no reason to use it anyway. It's just a relic from the designing of the Component. Sorry.

I really don't think it deserves a deprecation as the component is quite new, and it is really some dead code.

Commits
-------

28e85cc [Workflow] Delete dead code
@nicolas-grekas nicolas-grekas deleted the workflow-TransitionEvent branch March 8, 2017 14:34
@stof
Copy link
Member

stof commented Mar 8, 2017

👍 for this too. It is not used, and it was never used (usage was removed before merging the PR). So there is no reason for external code to depend on it, assuming they discovered it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants