mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 21:06:20 +00:00
cleanup: Remove unused variable
This was forgotten in a refactor commit.
Ref: c43c9567df
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
@@ -449,7 +449,6 @@ _add_to_db(ProfMessage* message, char* type, const Jid* const from_jid, const Ji
|
||||
return;
|
||||
}
|
||||
|
||||
char* err_msg;
|
||||
auto_gchar gchar* date_fmt = prof_date_time_format_iso8601(message->timestamp);
|
||||
const char* enc = _get_message_enc_str(message->enc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user