Skip to content
Snippets Groups Projects
Commit 3b1f9cf8 authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Remove a duplicated command.

parent 3a3deb24
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment