On Tue, Jan 18, 2022 at 5:35 PM Daniel Latypov dlatypov@google.com wrote:
We have the intermediate macros for KUNIT_EXPECT_PTR_GT() and friends, but these macros don't exist.
I can see niche usecases for these macros existing, but since we've been fine without them for so long, let's drop this dead code.
Users can instead cast the pointers and use the other GT/LT macros.
Signed-off-by: Daniel Latypov dlatypov@google.com
Oh, whoops, I didn't even realize we were missing those variants.
Reviewed-by: Brendan Higgins brendanhiggins@google.com