Skip to content

Commit 360a65d

Browse files
removed HOMALG_INITIALIZED
1 parent a30c7fa commit 360a65d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/HomalgProject.jl

-6
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ global HOMALG_VERSION_NUMBER = VERSION_NUMBER
172172

173173
export HOMALG_VERSION_NUMBER
174174

175-
global HOMALG_INITIALIZED = false
176-
177-
export HOMALG_INITIALIZED
178-
179175
function __init__()
180176

181177
DownloadPackageFromHomalgProject( "homalg_project" )
@@ -218,8 +214,6 @@ function __init__()
218214
println("Type: ?HomalgProject for more information")
219215
end
220216

221-
global HOMALG_INITIALIZED = true
222-
223217
end
224218

225219
end # module

0 commit comments

Comments
 (0)