mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
COMP: Remove unused variable
This commit is contained in:
@@ -1589,8 +1589,7 @@ bool cmSystemTools::ListTar(const char* outFileName, std::vector<cmStdString>& f
|
||||
return false;
|
||||
}
|
||||
|
||||
int i;
|
||||
while ((i = th_read(t)) == 0)
|
||||
while ((th_read(t)) == 0)
|
||||
{
|
||||
const char* filename = th_get_pathname(t);
|
||||
files.push_back(filename);
|
||||
|
||||
Reference in New Issue
Block a user