From: Dave Kleikamp Date: Mon, 27 Jun 2005 20:35:37 +0000 (-0500) Subject: JFS: Code cleanup - getting rid of never-used debug code X-Git-Tag: v2.6.13-rc4~130^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38a3ab3d1bb0dc3288f73903d4dc4672b5cd2d0;p=pandora-kernel.git JFS: Code cleanup - getting rid of never-used debug code I'm finally getting around to cleaning out debug code that I've never used. There has always been code ifdef'ed out by _JFS_DEBUG_DMAP, _JFS_DEBUG_IMAP, _JFS_DEBUG_DTREE, and _JFS_DEBUG_XTREE, which I have personally never used, and I doubt that anyone has since the design stage back in OS/2. There is also a function, xtGather, that has never been used, and I don't know why it was ever there. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed