Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code that annoys sonar
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 11 Sep 2016 15:33:40 +0000 (17:33 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 11 Sep 2016 15:33:45 +0000 (17:33 +0200)
commit702abac1553aec3866f9cc025e0343e892e23861
treee051c44eac75e5d314e511d82cd911da7e78e342
parent1b66c6b3baecd76f7e77643664c017f353724320
kill dead code that annoys sonar

- I guess that these names were intended to help debugging
- but there is no way it can be directly used, as we are filling
  strings where surf usually provides resources. So, nothing of the
  logging or whatsoever can use them.
- Sonar don't like them because we have to cast the constness
- so wipe that out and forget about this file for now.
teshsuite/surf/lmm_usage/lmm_usage.cpp