Removed empty ifdefs.

This commit is contained in:
Fabian Müller 2010-01-26 10:23:51 +00:00
parent 3b4399bfc5
commit a384934519

View file

@ -235,11 +235,7 @@ struct dummy_path_calculator : cost_calculator
virtual double cost(const map_location& loc, const double so_far) const;
};
#ifndef EXPERIMENTAL
#endif
}
#ifndef EXPERIMENTAL
#endif
#endif