[CI/FIX] Make CI happy again

This commit is contained in:
LDA 2024-10-28 09:08:08 +01:00
commit 6aef0349b8
2 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@
void
StatusCallback(XMPPCommandManager *m, char *from, XMLElement *form, XMLElement *out)
{
ParseeData *data = XMPPGetManagerCookie(m);
char *trimmed = ParseeTrimJID(from);
size_t alloc = MemoryAllocated();
size_t kb = alloc >> 10;