diff -r d72e65fe38d4 -r c8ac48ba1411 scripts/build/debug/100-dmalloc.sh --- a/scripts/build/debug/100-dmalloc.sh Mon Sep 15 14:41:09 2008 +0000 +++ b/scripts/build/debug/100-dmalloc.sh Mon Oct 27 18:42:26 2008 +0000 @@ -1,9 +1,6 @@ # Build script for the dmalloc debug library facility -is_enabled="${CT_DMALLOC}" - do_print_filename() { - [ "${CT_DMALLOC}" = "y" ] || return 0 echo "dmalloc-${CT_DMALLOC_VERSION}" }