Remove an outdated comment, with c++11 enabled the code is thread safe

develop
Stoyan Gaydarov 2018-07-08 12:05:34 -07:00
parent 12c8046f90
commit 6cfd987c0d
1 changed files with 0 additions and 1 deletions

@ -136,7 +136,6 @@ namespace DFHack
/// Get the single Core instance or make one.
static Core& getInstance()
{
// FIXME: add critical section for thread safety here.
static Core instance;
return instance;
}