summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-12 14:26:13 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-12 14:26:13 (GMT)
commitf3fa7c6bc364a523ba7a437402603fd84c6c9e4b (patch)
tree5f9ab0e1fe99481bf868ad572f6d59c57ad867aa /Source/cmLocalGenerator.h
parent5dba212f3adf8ffac297c283fff748691678887e (diff)
parent096f0988496d49c6c1f56f32863965dc65a077ab (diff)
downloadCMake-f3fa7c6bc364a523ba7a437402603fd84c6c9e4b.zip
CMake-f3fa7c6bc364a523ba7a437402603fd84c6c9e4b.tar.gz
CMake-f3fa7c6bc364a523ba7a437402603fd84c6c9e4b.tar.bz2
Merge topic 'minor-cleanups'
096f0988 cmComputeLinkDepends: Remove unused typedef. ee44be22 cmGeneratorTarget: Use local GetProperty method. 4f767afe cmMakefile: Remove unneeded container clears. c72d276a C::B: Remove unused variables. c99b6cef cmLocalGenerator: Devirtualize method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 33fede1..e8b501f 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -187,7 +187,7 @@ public:
// Fill the vector with the target names for the object files,
// preprocessed files and assembly files.
- virtual void GetIndividualFileTargets(std::vector<std::string>&) {}
+ void GetIndividualFileTargets(std::vector<std::string>&) {}
// Create a struct to hold the varibles passed into
// ExpandRuleVariables