https://github.com/johnmurray/c-unused-local-imports
simple script to removing unused local imports in C projects
https://github.com/johnmurray/c-unused-local-imports
Last synced: about 2 months ago
JSON representation
simple script to removing unused local imports in C projects
- Host: GitHub
- URL: https://github.com/johnmurray/c-unused-local-imports
- Owner: JohnMurray
- License: mit
- Created: 2016-08-03T02:53:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T14:05:34.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T23:41:37.149Z (4 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# c-unused-local-imports
simple script to removing unused local imports in C projects## ToDo
[ ] - treat .h and .c as companion files
[ ] - implement recursive option
[ ] - implement print option
[ ] - implement delete option
[ ] - implement verbose logging