b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/libxfs/libxfs_priv.h |
2 | +++ b/libxfs/libxfs_priv.h | ||||
3 | @@ -87,9 +87,6 @@ struct iomap; | ||||
4 | /* for all the support code that uses progname in error messages */ | ||||
5 | extern char *progname; | ||||
6 | |||||
7 | -#undef ASSERT | ||||
8 | -#define ASSERT(ex) assert(ex) | ||||
9 | - | ||||
10 | /* | ||||
11 | * We have no need for the "linux" dev_t in userspace, so these | ||||
12 | * are no-ops, and an xfs_dev_t is stored in VFS_I(ip)->i_rdev |