Remove unused source directory deps/oblib/src/lib/async
Open
Beginner friendly
Nobody has claimed this yet.
dima
type: task
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 339
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 52
Description
Description
The source code directory deps/oblib/src/lib/async is not referenced anywhere in the project and is not included in the CMake build configuration. It should be removed from the repository to clean up unused code.
Proposed Solution
Delete the deps/oblib/src/lib/async directory from the source tree.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting deps/oblib/src/lib/async and searching the repository for references to that directory. Check the CMake build configuration to confirm it is not included, then remove the directory from the source tree. Done means no references remain and the project still configures successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100