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

refactor: removing unused imports/exports #12429

Merged
merged 1 commit into from May 21, 2021

Conversation

ramonlsouza
Copy link
Member

What does this PR do?

Removes unused imports and exports reported by lgtm alerts

Motivation

Unused local variables make code hard to read and understand. Any computation used to initialize an unused variable is wasted, which may lead to performance problems.

Similarly, unused imports and unused functions or classes can be confusing. They may even be a symptom of a bug caused, for example, by an incomplete refactoring. (https://lgtm.com/rules/1780092/)

@antobinary antobinary added this to the Release 2.3 milestone May 21, 2021
@antobinary antobinary merged commit ce61bcc into bigbluebutton:develop May 21, 2021
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