Skip to content

Commit

Permalink
Merge branch 'clean' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dqh-au committed Oct 19, 2024
2 parents 72643fc + 36b51e6 commit d0f7ccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vice/src/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
# endif
#endif

#if defined(LIB_DEBUG) || defined(DEBUG)
static log_t log_lib = LOG_DEFAULT;
#endif

#define LIB_DEBUG_LOCK()
#define LIB_DEBUG_UNLOCK()
Expand Down Expand Up @@ -1033,7 +1035,6 @@ void lib_rand_seed(uint64_t seed)

void lib_init(void)
{
/* log_debug(log_lib, "lib_init()"); */
lib_lock_init();

/*
Expand Down

0 comments on commit d0f7ccb

Please sign in to comment.