LGTM: [skip ci] remove some obsolete FIXME comments from source code

This commit is contained in:
wmayer
2020-07-28 09:49:20 +02:00
parent f843ecce8e
commit 41ca54de70
3 changed files with 1 additions and 9 deletions

View File

@@ -69,7 +69,6 @@ Base::XMLReader::XMLReader(const char* FileName, std::istream& str)
#ifdef _MSC_VER
str.imbue(std::locale::empty());
#else
//FIXME: Check whether this is correct
str.imbue(std::locale::classic());
#endif