Added memory corruption checks to stacktrace.c
[runtime.git] / lib / silcutil / silcmemory.h
index 2389a4bf5288efa2708153fd009e02bab0b9d95f..74974e96309472784dd3616f446cb129648980e4 100644 (file)
@@ -131,10 +131,6 @@ void *silc_memdup(const void *ptr, size_t size);
 char *silc_strdup(const char *str);
 
 #else
-#ifndef SILC_DIST_TOOLKIT
-#error "The stack trace is not supported in this distribution"
-#endif /* SILC_DIST_TOOLKIT */
-
 #include "stacktrace.h"
 #endif /* SILC_STACKTRACE */