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

Replace some unlink() calls #1673

Closed
wants to merge 1 commit into from
Closed

Conversation

qarkai
Copy link
Contributor

@qarkai qarkai commented Mar 8, 2025

Use std::remove() or unlink_file().
This allows to reduce dependency on unistd.h.

Use std::remove() or unlink_file().
This allows to reduce dependency on unistd.h.
@caclark
Copy link
Collaborator

caclark commented Mar 8, 2025

Implemented in commit 340c6fa

@caclark caclark closed this Mar 8, 2025
@qarkai qarkai deleted the unlink branch March 8, 2025 15:00
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.

2 participants