Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Nov 20, 2023
1 parent c90477a commit e6a04ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/logic/GameConfigs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,6 @@ void GameConfigManager::CacheGameBinaryInfo(const char* pszName)
char name[64];
bridge->FormatSourceBinaryName(pszName, name, sizeof(name));

bool binary_found = false;
char binary_path[PLATFORM_MAX_PATH];
for (auto it = m_gameBinPathManager.Paths().begin(); it != m_gameBinPathManager.Paths().end(); ++it)
{
Expand Down

0 comments on commit e6a04ab

Please sign in to comment.