Merge branch 'origin/release-2020' into merge-release-2020-into-master
[alexxy/gromacs.git] / src / gromacs / utility / fatalerror.cpp
index e27f64b69276bb1d2d959d48b64f0c23b80e6462..f29b400a807e489e70b8633a3d55e85279eff8d0 100644 (file)
@@ -3,7 +3,8 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017, The GROMACS development team.
+ * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -64,8 +65,7 @@
 
 #include "errorformat.h"
 
-static bool       bDebug = false;
-static gmx::Mutex where_mutex;
+static bool bDebug = false;
 
 FILE*    debug        = nullptr;
 gmx_bool gmx_debug_at = FALSE;