Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[config] Remove multiple-value support in the config core engine
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 29 Apr 2016 10:30:28 +0000 (12:30 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 29 Apr 2016 14:03:06 +0000 (16:03 +0200)
commit018ba3d20987082f79c483bc44fcb83cd2425a78
treeb99dd07d0c9b71ae30e59d4c76936a91390eb01f
parent9086f0eda48bbaac8bd77366fdcff0d7acfc7779
[config] Remove multiple-value support in the config core engine

The config core used to be able to manage multiple values for a given
flag.  This was removed some time ago but the code was still using a
dynar for storing the value.
src/xbt/config.cpp