From 47adfa169afc384d96d7c295a257f1c5c989ac29 Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 12 Jul 2023 09:18:15 +0700 Subject: activitypub.c: Remove unused variable. --- activitypub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index fa592e7..9fe293c 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1154,7 +1154,6 @@ xs_dict *msg_question(snac *user, const char *content, xs_list *attach, const xs_list *opts, int multiple, int end_secs) /* creates a Question message */ { - xs *ntid = tid(0); xs_dict *msg = msg_note(user, content, NULL, NULL, attach, 0); int max = 8; xs_set seen; -- cgit v1.2.3