update.cpp: fix previous definition versionInfo

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cdefa7068
Author: max_10 <max_10@gmx.de>
Date: 2023-03-23 (Thu, 23 Mar 2023)

Origin message was:
------------------
- update.cpp: fix previous definition versionInfo

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2023-03-23 22:10:20 +01:00
committed by vanhofen
parent ec21c3a89a
commit bc3bad4541

View File

@@ -405,7 +405,6 @@ bool CFlashUpdate::getUpdateImage(const std::string &version)
bool CFlashUpdate::checkVersion4Update()
{
char msg[400];
CFlashVersionInfo *versionInfo;
dprintf(DEBUG_NORMAL, "[update] mode is %d\n", softupdate_mode);
if (softupdate_mode == 1) // internet-update
{