=== removed file 'zsh-functions/confz_auto_init'
--- zsh-functions/confz_auto_init	2014-06-26 17:33:59 +0000
+++ zsh-functions/confz_auto_init	1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
-# vim: ft=zsh noet ts=4 sts=4 sw=4
-
-#
-# confz functions for dependency autodiscovery
-#
-
-
-confz_auto_check() {
-	local f
-	for f in ${(k)functions}; do
-		if [[ $f == confz_auto_*_check ]]; then
-			require ${${f#confz_auto_}%_check}
-		fi
-	done
-}