ENH: Remove warning

This commit is contained in:
Andy Cedilnik 2003-07-24 11:53:03 -04:00
parent fae07565ca
commit ca4b50a0c2
1 changed files with 1 additions and 2 deletions

View File

@ -267,9 +267,8 @@ bool cmGlob::FindFiles(const std::string& inexpr)
expr += "/" + inexpr;
}
int skip = 0;
#if defined( CM_GLOB_SUPPORT_NETWORK_PATHS )
int skip = 0;
// Handle network paths
if ( expr[0] == '/' && expr[1] == '/' )
{