mirror of
https://github.com/hax4dazy/TinWoo.git
synced 2025-02-09 19:25:05 +01:00
cleanup unused variables
This commit is contained in:
parent
2b0ce6c7eb
commit
0901c78d34
@ -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('.');
|
||||
|
@ -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('.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user