summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-07-12 18:15:06 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-07-12 18:15:06 (GMT)
commit8ace577a2a6471326639a5cadd855257c0290350 (patch)
tree5c97ec56eb338c729d7073a40a44da764719683d /Source/cmMakefileTargetGenerator.h
parented54b93533c00d4f4ecbbbb7dfe82d7c238b30a5 (diff)
downloadCMake-8ace577a2a6471326639a5cadd855257c0290350.zip
CMake-8ace577a2a6471326639a5cadd855257c0290350.tar.gz
CMake-8ace577a2a6471326639a5cadd855257c0290350.tar.bz2
BUG: reduce the number of file handles kept open
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index 9c615c4..02223e6 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -129,8 +129,6 @@ protected:
// the full path to the progress file
std::string ProgressFileName;
std::string ProgressFileNameFull;
- // the stream for the build file
- cmGeneratedFileStream *ProgressFileStream;
unsigned long NumberOfProgressActions;
// the path to the directory the build file is in