Some small changes concerning flags and warnings
This commit is contained in:
parent
85a326c5e4
commit
0ad2d5ad2b
2 changed files with 11 additions and 7 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue