updates.
[runtime.git] / lib / silcutil / silcbuffmt.c
index 08c8e29059574735aae2ef79af1bb965d6197abe..87fa12aef1de526ea2dc106ad05d4374ee2e91b6 100644 (file)
@@ -145,9 +145,6 @@ int silc_buffer_format(SilcBuffer dst, ...)
 
  fail:
   SILC_LOG_DEBUG(("Error occured while formatting data"));
-#ifdef SILC_DEBUG
-  assert(FALSE);
-#endif
   return -1;
 
  ok:
@@ -370,9 +367,6 @@ int silc_buffer_unformat(SilcBuffer src, ...)
 
  fail:
   SILC_LOG_DEBUG(("Error occured while unformatting buffer"));
-#ifdef SILC_DEBUG
-  assert(FALSE);
-#endif
   return -1;
 
  ok: