Skip to content

Commit

Permalink
Suppressed comments in epilogue.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu17g committed Oct 4, 2021
1 parent c8939bd commit 2babb59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gen/epilogue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ const PROJ_LIB = Ref{String}()
function __init__()
# Cleanup at exit
atexit(gdaldestroy)
# atexit(() -> gdaldumpopendatasets("/dev/stderr")) # TODO find a way to pass a pointer to stderr

# register custom error handler
funcptr = @cfunction(gdaljl_errorhandler, Ptr{Cvoid}, (CPLErr, Cint, Cstring))
cplseterrorhandler(funcptr)
# atexit(() -> cplseterrorhandler(C_NULL))

# get GDAL version number
versionstring = gdalversioninfo("RELEASE_NAME")
Expand Down

0 comments on commit 2babb59

Please sign in to comment.