diff options
author | Brad King <brad.king@kitware.com> | 2007-07-09 18:30:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-07-09 18:30:33 (GMT) |
commit | 15f21aa74c0b11e8d6b7eef010ed6067a09ed799 (patch) | |
tree | 1693cc7f4b319828ffd36a6b4c67e90c5e286f27 | |
parent | 3974ddc69e5a911c628919da11139dac8d267d0a (diff) | |
download | CMake-15f21aa74c0b11e8d6b7eef010ed6067a09ed799.zip CMake-15f21aa74c0b11e8d6b7eef010ed6067a09ed799.tar.gz CMake-15f21aa74c0b11e8d6b7eef010ed6067a09ed799.tar.bz2 |
STYLE: Removed stray comment.
-rw-r--r-- | Source/cmLocalVisualStudioGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h index db03f8d..9528fd4 100644 --- a/Source/cmLocalVisualStudioGenerator.h +++ b/Source/cmLocalVisualStudioGenerator.h @@ -33,9 +33,6 @@ class cmLocalVisualStudioGenerator : public cmLocalGenerator public: cmLocalVisualStudioGenerator(); virtual ~cmLocalVisualStudioGenerator(); - /** Return the directories into which object files will be put. - * There maybe more than one for fat binary systems like OSX. - */ protected: /** Construct a script from the given list of command lines. */ |