From: Pekka Riikonen Date: Sat, 4 Nov 2006 19:55:07 +0000 (+0000) Subject: Removed some ifdefs. X-Git-Tag: silc.client.1.1.beta1~218 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=8a54e123d9172eb8210896358f290ebdcb836f09;p=silc.git Removed some ifdefs. --- 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;