Skip to content

Commit 6fee059

Browse files
committed
API - remove unused (duplicate) definition
1 parent 2b4183d commit 6fee059

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/api/src/sonicpi_api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ SonicPiAPI::SonicPiAPI(IAPIClient* pClient, APIProtocol protocol, LogOption logO
7979

8080
fs::path SonicPiAPI::FindHomePath() const
8181
{
82-
fs::path homePath;
8382
auto pszHome = std::getenv("SONIC_PI_HOME");
8483
if (pszHome != nullptr)
8584
{

0 commit comments

Comments
 (0)