This PR removes both the rstring.c/.h and tstring.c/.h files. Both of their contents were already in the strings.c/.h files. Also note that nothing in the project referenced the rstring/tstring files.
Hopefully in the future we can move to std::string , but for now we'll leave strings.c/.h in place.
This PR removes both the
rstring.c/.h
andtstring.c/.h
files. Both of their contents were already in thestrings.c/.h
files. Also note that nothing in the project referenced the rstring/tstring files.Hopefully in the future we can move to
std::string
, but for now we'll leavestrings.c/.h
in place.