From 15f21aa74c0b11e8d6b7eef010ed6067a09ed799 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 9 Jul 2007 14:30:33 -0400 Subject: [PATCH] STYLE: Removed stray comment. --- Source/cmLocalVisualStudioGenerator.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h index db03f8dfd..9528fd4ef 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. */