Skip to content
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 RulesController #1857

Conversation

jeremco
Copy link
Contributor

@jeremco jeremco commented Apr 4, 2017

Rules Controller is instantiated from MediaPlayer but never used by any of other controllers.
The logic has been moved in ABRController since commit 490cfea

The goal of this PR is to remove RulesController from repository

@dsparacio
Copy link
Contributor

Interesting I was not aware this happened. I looked in the commit 490cfea and saw this line in ABRController. Was this removed as well?
+import RulesContext from '../rules/RulesController.js';

@jeremco
Copy link
Contributor Author

jeremco commented Apr 5, 2017

Yes the line was removed and replaced by
import RulesContext from '../rules/RulesContext.js'; in commit 5fe1cf0

@dsparacio
Copy link
Contributor

@jeremco odd CLAhub is saying not signed yet but not issue on your other PR. any clue. Would like to include this but some conflicts etc. Let me know if I can help you resolve stuff.

@jeremco
Copy link
Contributor Author

jeremco commented Apr 11, 2017

@AkamaiDASH The conflict is resolved

@dsparacio dsparacio merged commit bd9cbc0 into Dash-Industry-Forum:development Apr 11, 2017
@jeremco jeremco deleted the ABR_Unused_RulesController branch May 5, 2017 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants