Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Pedantic fix on unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
dgastler committed Jul 8, 2020
1 parent 9b7c720 commit 1d4fd9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/base/SensorFactory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
SensorFactory * SensorFactory::pInstance = NULL;


static bool CLIArgsValid(std::string const & flag,std::string const & full_flag){
return (!flag.empty() && !full_flag.empty());
}
//static bool CLIArgsValid(std::string const & flag,std::string const & full_flag){
// return (!flag.empty() && !full_flag.empty());
//}

bool SensorFactory::Register(std::string type,
std::string name,
Expand Down

0 comments on commit 1d4fd9f

Please sign in to comment.