diff --git a/src/delusion.c b/src/delusion.c index 86886aa..eb9545a 100644 --- a/src/delusion.c +++ b/src/delusion.c @@ -17,7 +17,6 @@ void gargoyle_fill_err(struct gargoyle_err *err, gargoyle_err_type code, int err err->code = code; err->errno_code = errno_code; - if(func) { gargoyle_cpy(err->func, func, GARGOYLE_MAX_FUNC_SZ, GARGOYLE_FLG_FILL0); }