From: Eryu Guan Date: Sat, 8 Oct 2016 08:40:24 +0000 (+0800) Subject: xfs/122: remove dead code X-Git-Tag: v2022.05.01~2326 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=16ef0843f2122deaf9845833ae73f60c67862aa4;p=users%2Fhch%2Fxfstests-dev.git xfs/122: remove dead code Seems this hunk of dead code is used for debug purpose to inspect what the output looks like after _attribute_filter. Just remove it. Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/122 b/tests/xfs/122 index 330d3ac69..f39cebaf3 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -194,10 +194,6 @@ echo 'int main(int argc, char *argv[]) {' >>$cprog # # Printfs of typedef sizes # -cat /usr/include/xfs/xfs*.h | indent |\ -_attribute_filter |\ -egrep '(} *xfs_.*_t|^struct xfs_[a-z0-9_]*$)' > /tmp/barf - cat /usr/include/xfs/xfs*.h | indent |\ _attribute_filter |\ egrep '(} *xfs_.*_t|^struct xfs_[a-z0-9_]*$)' |\