diff --git a/src/traces/tracer.cpp b/src/traces/tracer.cpp index c4cb373b8b77145a8b310a47e6e1943eb42479d1..f85901f1aecf8ccb6068772dab2bdb9a1b24e359 100644 --- a/src/traces/tracer.cpp +++ b/src/traces/tracer.cpp @@ -92,11 +92,6 @@ Tracer::Tracer( const std::string n ) addCommand("start", makeCommandVoid0(*this,&Tracer::start,doc )); - doc = docCommandVoid0("Stop temporarily the tracing process."); - addCommand("stop", - makeCommandVoid0(*this,&Tracer::stop,doc )); - - doc = docCommandVoid0("Stop temporarily the tracing process."); addCommand("stop", makeCommandVoid0(*this,&Tracer::stop,doc ));