Fix compiler error in cmSystemTools.cxx

This commit is contained in:
Zach Mullen 2009-11-05 16:14:46 -05:00
parent 2079a21143
commit a9a4814971
1 changed files with 0 additions and 1 deletions

View File

@ -2065,7 +2065,6 @@ bool cmSystemTools::ListTar(const char* outFileName,
return extract_tar(outFileName, verbose, false);
#else
(void)outFileName;
(void)files;
(void)verbose;
return false;
#endif