diff options
author | Yonle <yonle@lecturify.net> | 2023-07-12 09:18:15 +0700 |
---|---|---|
committer | Yonle <yonle@lecturify.net> | 2023-07-12 09:18:57 +0700 |
commit | 47adfa169afc384d96d7c295a257f1c5c989ac29 (patch) | |
tree | b10cc0d6f0cb65a42ac408a529b918b5eec09205 /activitypub.c | |
parent | a0e813db0ae3cbf8dae07ec5bec2e882c3b560c5 (diff) |
activitypub.c: Remove unused variable.
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |