rezalas / riftshadow

Dedicated to the preservation of the game and modernization of a classic mud codebase.
MIT License
18 stars 14 forks source link

Removed unused string files #189

Closed sean-gilliam closed 2 years ago

sean-gilliam commented 2 years ago

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.