diff options
| author | default <nobody@localhost> | 2023-05-04 09:34:33 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-05-04 09:34:33 +0200 |
| commit | 980a8d524fae11d17366e7aea56206d13f278e31 (patch) | |
| tree | fc1a9f5dda124faaea7bda62b867667b81edf5f5 /mastoapi.c | |
| parent | 185aac23876f9ae5d9b613f8b9abd517c3ab3b4d (diff) | |
Fixed more warnings.
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -542,7 +542,6 @@ xs_dict *mastoapi_status(snac *snac, const xs_dict *msg) xs *f = xs_val_new(XSTYPE_FALSE); xs *t = xs_val_new(XSTYPE_TRUE); xs *n = xs_val_new(XSTYPE_NULL); - xs *el = xs_list_new(); xs *idx = NULL; xs *ixc = NULL; |