mirror of
https://codeberg.org/grunfink/snac2.git
synced 2025-01-13 17:43:39 +00:00
activitypub.c: Remove unused variable.
This commit is contained in:
parent
a0e813db0a
commit
47adfa169a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue