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 *-cli.c files in src/app/clusters #3688

Merged

Conversation

vivien-apple
Copy link
Contributor

Problem

There are a few *-cli.c files in src/app/clusters that are not used at the moment. They also probably do not even compile since most of them are tied to some headers (e.g app/util/serial/command-interpreter2.h) that we do not have nor use.

I also remove some .xml and .info. files. I have no idea how they end up here. And finally I remove a -test.h` file that nobody uses...

Summary of Changes

  • Remove *-cli.cfiles from src/app/clusters
  • Remove *.xml files from src/app/clusters
  • Remove *.info files from src/app/clusters
  • Remove *-test.h unused files from src/app/clusters

@jelderton jelderton merged commit 4711189 into project-chip:master Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants