Rudy Ges 6 giorni fa
parent
commit
6e3972254f

+ 0 - 2
src/core/ds/atomicLazy.ml

@@ -1,5 +1,3 @@
-open Atomic
-
 type 'a t = {
 	mutable value: 'a option;
 	mutex: Mutex.t;

+ 0 - 1
src/filters/exception/exceptionInit.ml

@@ -6,7 +6,6 @@ open Exceptions
 open Type
 open Typecore
 open ExceptionFunctions
-open AtomicLazy
 
 let create_exception_context tctx =
 	match tctx.com.platform with (* TODO: implement for all targets *)

+ 0 - 1
src/filters/exception/exceptions.ml

@@ -3,7 +3,6 @@ open Type
 open PlatformConfig
 open Error
 open ExceptionFunctions
-open AtomicLazy
 
 type context = {
 	scom : SafeCom.t;

+ 0 - 1
src/filters/exception/saveStacks.ml

@@ -4,7 +4,6 @@ open Type
 open Error
 open ExceptionFunctions
 open Exceptions
-open AtomicLazy
 
 (**
 	Inserts `haxe.NativeStackTrace.saveStack(e)` in non-haxe.Exception catches.

+ 0 - 1
src/generators/genhl.ml

@@ -26,7 +26,6 @@ open Type
 open Error
 open Gctx
 open Hlcode
-open Semver
 
 (* compiler *)