diff libinterp/corefcn/interpreter.h @ 31635:7d3467f8d713 stable

Backed out changeset d9970470108a
author John W. Eaton <jwe@octave.org>
date Sat, 03 Dec 2022 14:43:33 -0500
parents d9970470108a
children a74935a6cc75 597f3ee61a48
line wrap: on
line diff
--- a/libinterp/corefcn/interpreter.h	Sat Dec 03 10:36:59 2022 -0500
+++ b/libinterp/corefcn/interpreter.h	Sat Dec 03 14:43:33 2022 -0500
@@ -28,7 +28,6 @@
 
 #include "octave-config.h"
 
-#include <atomic>
 #include <map>
 #include <set>
 #include <stack>
@@ -67,7 +66,7 @@
 extern OCTINTERP_API bool octave_interpreter_ready;
 
 // TRUE means we've processed all the init code and we are good to go.
-extern OCTINTERP_API std::atomic<bool> octave_initialized;
+extern OCTINTERP_API bool octave_initialized;
 
 #include "oct-time.h"