diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-09 08:47:44 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-09 08:47:44 (GMT) |
commit | 2a49d86d5dec66f7696bd7063459f504cc336a5e (patch) | |
tree | da0dd4f4b3ea9242d921a3421d90acb207b50786 /Source/cmMakefileTargetGenerator.h | |
parent | b0301db23b12351720993a351fedf081ca0fa444 (diff) | |
download | CMake-2a49d86d5dec66f7696bd7063459f504cc336a5e.zip CMake-2a49d86d5dec66f7696bd7063459f504cc336a5e.tar.gz CMake-2a49d86d5dec66f7696bd7063459f504cc336a5e.tar.bz2 |
Makefiles: Inline only use of method
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileTargetGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index df7b6aa..813af80 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); |