aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs/patches/120-disable_assert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/xfsprogs/patches/120-disable_assert.patch')
-rw-r--r--package/utils/xfsprogs/patches/120-disable_assert.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/utils/xfsprogs/patches/120-disable_assert.patch b/package/utils/xfsprogs/patches/120-disable_assert.patch
deleted file mode 100644
index 9a970d27ae..0000000000
--- a/package/utils/xfsprogs/patches/120-disable_assert.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/libxfs/libxfs_priv.h
-+++ b/libxfs/libxfs_priv.h
-@@ -84,9 +84,6 @@ extern uint32_t crc32c_le(uint32_t crc,
- /* for all the support code that uses progname in error messages */
- extern char *progname;
-
--#undef ASSERT
--#define ASSERT(ex) assert(ex)
--
- #ifndef EWRONGFS
- #define EWRONGFS EINVAL
- #endif