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

hash: delete unused debug function #13729

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented May 21, 2024

It had no use in the curl codebase and was also protected by the macro
AGGRESSIVE_TEST (renamed in 2020), also with no local reference.

Added in ca6e770 (2002-11-11)

Closes #13729


If we still need this function, this PR should be converted to guard the
declaration with the macros used for definition.

It had no use in the curl codebase and was also protected by the macro
`AGGRESSIVE_TEST` (renamed in 2020), also with no local reference.

Added in ca6e770 (2002-11-11)

Closes #xxxxx
@bagder bagder closed this in 3b9ac36 May 21, 2024
@vszakats vszakats deleted the del-unused-debug-function branch May 21, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants