Skip to content

Commit

Permalink
Remove duplicate definition of jl_gc_safepoint
Browse files Browse the repository at this point in the history
This prevents a compiler warning on some systems
  • Loading branch information
fingolfin committed Apr 29, 2022
1 parent e780e5a commit 1b08e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/julia.h
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,6 @@ STATIC_INLINE void jl_gc_multi_wb(const void *parent, const jl_value_t *ptr) JL_
JL_DLLEXPORT void *jl_gc_managed_malloc(size_t sz);
JL_DLLEXPORT void *jl_gc_managed_realloc(void *d, size_t sz, size_t oldsz,
int isaligned, jl_value_t *owner);
JL_DLLEXPORT void jl_gc_safepoint(void);

// object accessors -----------------------------------------------------------

Expand Down

0 comments on commit 1b08e35

Please sign in to comment.