Skip to content

Commit

Permalink
Trivial: remove duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ckreibich committed Nov 23, 2024
1 parent 4448e5e commit 58ee0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ extern void safe_close(int fd);

// Versions of realloc/malloc which abort() on out of memory

// Versions of realloc/malloc which abort() on out of memory

inline void* safe_realloc(void* ptr, size_t size) {
ptr = realloc(ptr, size);
if ( size && ! ptr )
Expand Down

0 comments on commit 58ee0f7

Please sign in to comment.