Kaynağa Gözat

instrumentation: Remove undocumented binaryDir field from snippets

Removes field from snippet files redundant with the index file's "buildDir"
Martin Duffy 8 ay önce
ebeveyn
işleme
32e9d27c88
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      Source/cmInstrumentation.cxx

+ 0 - 2
Source/cmInstrumentation.cxx

@@ -321,7 +321,6 @@ int cmInstrumentation::InstrumentTest(
   root["command"] = command_str;
   root["command"] = command_str;
   root["role"] = "test";
   root["role"] = "test";
   root["testName"] = name;
   root["testName"] = name;
-  root["binaryDir"] = this->binaryDir;
   root["result"] = static_cast<Json::Value::Int64>(result);
   root["result"] = static_cast<Json::Value::Int64>(result);
   root["config"] = config;
   root["config"] = config;
 
 
@@ -447,7 +446,6 @@ int cmInstrumentation::InstrumentCommand(
     }
     }
   }
   }
   root["role"] = command_type;
   root["role"] = command_type;
-  root["binaryDir"] = this->binaryDir;
 
 
   // Write Json
   // Write Json
   std::string const& file_name =
   std::string const& file_name =