Skip to content
Snippets Groups Projects
Commit bff2ea07 authored by Sean McBride's avatar Sean McBride Committed by Brad King
Browse files

Glob: Fix clang -Wdocumentation warning

Change-Id: I248e0cba2c02b1bb1ab9dc4a67712c2b6497ca83
parent 5c4dcb2b
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ bool Glob::FindFiles(const kwsys_stl::string& inexpr)
if ( last_slash > 0 )
{
//kwsys_ios::cout << "I can skip: " << fexpr.substr(0, last_slash)
//<< kwsys_ios::endl;
// << kwsys_ios::endl;
skip = last_slash;
}
if ( skip == 0 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment