mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -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_]*$)' |\
|
||||
|
||||
Reference in New Issue
Block a user