Skip to content
Snippets Groups Projects
Commit 710e787f authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: remove unused namespace definition

parent 3b47d4c9
Branches
Tags
No related merge requests found
......@@ -58,8 +58,6 @@
int main(int argc, char* argv[])
{
namespace stat = itk::Statistics;
if (argc != 4)
{
std::cout << "Usage : " << argv[0] << " inputImage outputImage modelFile "
......
......@@ -59,8 +59,6 @@ public:
int otbSVMClassifierImage(int argc, char* argv[])
{
namespace stat = itk::Statistics;
if (argc != 4)
{
std::cout << "Usage : " << argv[0] << " inputImage modelFile outputImage"
......
......@@ -32,8 +32,6 @@
int otbSVMClassifierPointSet(int argc, char* argv[])
{
namespace stat = itk::Statistics;
if (argc != 2)
{
std::cout << "Usage : " << argv[0] << " modelFile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment