remove unused strhelper functions #446
Labels
good first issue
something that would be simple for a newcomer to stumpless to work on
help wanted
external contributations encouraged
low code
work that requires little to no coding proficiency
refactor
changes that require refactoring of existing code
The
src/strhelper.c
file has two functions,copy_cstring_length
andto_upper_case
that are no longer used. Remove these functions from the source file, associated header fileinclude/private/strhelper.h
, and header manifest intools/check_headers/stumpless.yml
. Of course, make sure that all builds and testing continue to succeed.The text was updated successfully, but these errors were encountered: