فهرست منبع

COMP: Remove unused variable.

Brad King 19 سال پیش
والد
کامیت
e15249f11e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Source/cmLocalVisualStudio6Generator.cxx

+ 0 - 1
Source/cmLocalVisualStudio6Generator.cxx

@@ -804,7 +804,6 @@ cmLocalVisualStudio6Generator::CreateTargetRules(cmTarget &target,
   int postbuild_total = 
   int postbuild_total = 
     static_cast<int>(target.GetPostBuildCommands().size());
     static_cast<int>(target.GetPostBuildCommands().size());
   int postbuild_count = 0;
   int postbuild_count = 0;
-  const char* postbuild_newline = "\\\n\t";
   if(postbuild_total > 0)
   if(postbuild_total > 0)
     {
     {
     customRuleCode += "PostBuild_Cmds=";
     customRuleCode += "PostBuild_Cmds=";