Some small changes concerning flags and warnings

This commit is contained in:
maartenkeijzer 2004-12-23 15:40:44 +00:00
commit 0ad2d5ad2b
2 changed files with 11 additions and 7 deletions

View file

@ -51,7 +51,6 @@ public:
/** Clears the map */
void clear() {
std::vector<std::vector<bool> >::clear();
#warning Is this correct? Was: "fitnesses.clear()"
fitness.clear();
}