Remove redundant/dead code identified by PVS Studio

This commit is contained in:
baldurk
2020-01-21 18:28:56 +00:00
parent 68b9d223b0
commit baac06ca93
20 changed files with 12 additions and 151 deletions
-1
View File
@@ -386,7 +386,6 @@ struct InjectCommand : public Command
virtual int Execute(cmdline::parser &parser, const CaptureOptions &opts)
{
uint32_t PID = parser.get<uint32_t>("PID");
std::string workingDir = parser.get<std::string>("working-dir");
std::string logFile = parser.get<std::string>("capture-file");
std::cout << "Injecting into PID " << PID << std::endl;