Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Simplify test.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Jun 18, 2012
1 parent 147c9e3 commit 5f4322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hpp/constrained/roadmap-builder.hh
Expand Up @@ -194,7 +194,7 @@ namespace hpp {
bool configIsValid = true;
bool dpIsValid = true;

if (newConfig && configIsValid && dpIsValid)
if (newConfig)
{
configIsValid = newConfig->isValid();
if ( configIsValid ) {
Expand Down

0 comments on commit 5f4322d

Please sign in to comment.