From 8a54e123d9172eb8210896358f290ebdcb836f09 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 4 Nov 2006 19:55:07 +0000 Subject: [PATCH] Removed some ifdefs. --- lib/silcutil/silcfsm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/silcutil/silcfsm.c b/lib/silcutil/silcfsm.c index caab3380..ae841d6d 100644 --- a/lib/silcutil/silcfsm.c +++ b/lib/silcutil/silcfsm.c @@ -105,9 +105,7 @@ void silc_fsm_thread_init(SilcFSMThread thread, SILC_LOG_DEBUG(("Initializing new thread %p (%s)", thread, real_thread ? "real" : "FSM")); -#if defined(SILC_DEBUG) SILC_ASSERT(!fsm->thread); -#endif /* SILC_DEBUG */ thread->fsm_context = thread_context; thread->state_context = NULL; @@ -319,9 +317,7 @@ SilcBool silc_fsm_thread_wait(void *fsm, void *thread) { SilcFSM t = thread; -#if defined(SILC_DEBUG) SILC_ASSERT(t->thread); -#endif /* SILC_DEBUG */ if (t->finished) return FALSE; -- 2.24.0