From b5813ceeb5b5f78351dd9f9c6af904db2f4451c9 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 6 Jan 2015 01:15:47 +0100 Subject: cmInstallCommand: Remove unused variable. --- Source/cmInstallCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index c3c9c55..12bb867 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -780,7 +780,6 @@ bool cmInstallCommand::HandleTargetsMode(std::vector const& args) std::vector dirs = includesArgs.GetIncludeDirs(); if(!dirs.empty()) { - std::string dirString; const char *sep = ""; for (std::vector::const_iterator it = dirs.begin(); it != dirs.end(); ++it) -- cgit v0.12