mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Drop unused variables (#3586)
This commit is contained in:
@@ -511,7 +511,6 @@ namespace Twitch
|
||||
*/
|
||||
static char * strchrm(const char * str, const char * find)
|
||||
{
|
||||
const char * result = nullptr;
|
||||
do
|
||||
{
|
||||
const char * fch = find;
|
||||
|
||||
Reference in New Issue
Block a user