Remove all unused variables (style warning).

This commit is contained in:
Pappy Van Winkle
2018-10-11 22:05:50 -05:00
parent 6ef62f6502
commit af2575da5b
12 changed files with 0 additions and 19 deletions

View File

@ -383,7 +383,6 @@ void PrintAttributes::printIOMakefile() {
std::ofstream io_link_list ;
std::ofstream ICG_processed ;
std::ofstream ext_lib ;
unsigned int ii ;
// Don't create a makefile if we didn't process any files.
if ( out_of_date_io_files.empty() ) {