pidgin/pidgin

873811ad2eab
Parents ecb08d1c66eb
Children 86284f7119e1
Remove PURPLE_STATIC_ASSERT which is no longer used by anything

Testing Done:
Ran the unit tests and grepped the code base.

Reviewed at https://reviews.imfreedom.org/r/2215/
--- a/libpurple/purpleprivate.h Sun Jan 29 12:04:06 2023 -0600
+++ b/libpurple/purpleprivate.h Sun Jan 29 12:05:48 2023 -0600
@@ -34,11 +34,6 @@
#include "purplecredentialprovider.h"
#include "purplehistoryadapter.h"
-#define PURPLE_STATIC_ASSERT(condition, message) \
- { typedef char static_assertion_failed_ ## message \
- [(condition) ? 1 : -1]; static_assertion_failed_ ## message dummy; \
- (void)dummy; }
-
G_BEGIN_DECLS
/**