summaryrefslogtreecommitdiff
path: root/include/kunit/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kunit/assert.h')
-rw-r--r--include/kunit/assert.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/kunit/assert.h b/include/kunit/assert.h
index 43144cfddc19..24c2b9fa61e8 100644
--- a/include/kunit/assert.h
+++ b/include/kunit/assert.h
@@ -192,13 +192,6 @@ void kunit_binary_str_assert_format(const struct kunit_assert *assert,
const struct va_format *message,
struct string_stream *stream);
-#define KUNIT_INIT_MEM_ASSERT_STRUCT(text_, left_val, right_val, size_) { \
- .text = text_, \
- .left_value = left_val, \
- .right_value = right_val, \
- .size = size_ \
-}
-
/**
* struct kunit_mem_assert - An expectation/assertion that compares two
* memory blocks.