cleanup unused variables

This commit is contained in:
mrdude2478 2023-09-20 21:10:47 +01:00
parent 2b0ce6c7eb
commit 0901c78d34
2 changed files with 0 additions and 2 deletions

View File

@ -85,7 +85,6 @@ namespace tin::install::nsp
std::string name(this->GetFileEntryName(fileEntry));
// fix cert filname extension becoming corrupted when xcz/nsz is installing certs/ticks.
FILE* fp;
int pos = 0;
std::string mystr = name;
pos = mystr.find_last_of('.');

View File

@ -160,7 +160,6 @@ namespace tin::install::xci
std::string name(this->GetFileEntryName(fileEntry));
// fix cert filname extension becoming corrupted when xcz/nsz is installing certs/ticks.
FILE* fp;
int pos = 0;
std::string mystr = name;
pos = mystr.find_last_of('.');