summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-09 10:47:44 +0200
committerStephen Kelly <steveire@gmail.com>2016-10-09 10:47:44 +0200
commit2a49d86d5dec66f7696bd7063459f504cc336a5e (patch)
treeda0dd4f4b3ea9242d921a3421d90acb207b50786 /Source/cmMakefileTargetGenerator.h
parentb0301db23b12351720993a351fedf081ca0fa444 (diff)
downloadcmake-2a49d86d5dec66f7696bd7063459f504cc336a5e.tar.gz
Makefiles: Inline only use of method
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index df7b6aafe3..813af80f50 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -112,7 +112,6 @@ protected:
void WriteObjectsVariable(std::string& variableName,
std::string& variableNameExternal,
bool useWatcomQuote);
- void WriteObjectsString(std::string& buildObjs);
void WriteObjectsStrings(std::vector<std::string>& objStrings,
std::string::size_type limit = std::string::npos);