Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
7b022210
Commit
7b022210
authored
Dec 30, 2005
by
Andy Cedilnik
Browse files
COMP: Remove unused variable
parent
a2d9b44d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmSystemTools.cxx
View file @
7b022210
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment