diff --git a/library/include/Core.h b/library/include/Core.h index 9ea24f15a..d83ee9aea 100644 --- a/library/include/Core.h +++ b/library/include/Core.h @@ -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; }