blob: 2e3f900870a951d399805b52e21aa8b00c557e0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/libxfs/libxfs_priv.h
+++ b/libxfs/libxfs_priv.h
@@ -89,9 +89,6 @@ struct iomap;
/* for all the support code that uses progname in error messages */
extern char *progname;
-#undef ASSERT
-#define ASSERT(ex) assert(ex)
-
/*
* We have no need for the "linux" dev_t in userspace, so these
* are no-ops, and an xfs_dev_t is stored in VFS_I(ip)->i_rdev
|