Skip to content

Commit

Permalink
aubuf: remove re_trace_init/close
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Sep 27, 2023
1 parent 2d25137 commit 29bd60b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rem/aubuf/ajb.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ static void destructor(void *arg)
struct ajb *ajb = arg;

mem_deref(ajb->lock);
#if DEBUG_LEVEL >= 6
(void)re_trace_close();
#endif
}


Expand Down Expand Up @@ -274,9 +271,6 @@ struct ajb *ajb_alloc(double silence, size_t wish_sz)
ajb->as = AJB_GOOD;
ajb->silence = silence;
ajb->wish_sz = wish_sz;
#if DEBUG_LEVEL >= 6
(void)re_trace_init("ajb.json");
#endif

out:
if (err)
Expand Down

0 comments on commit 29bd60b

Please sign in to comment.