]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
client: Remove pointless assignment.
[paraslash.git] / client.c
index 5f511708506a464e1a0e06f679eaa856ac015164..d98c6327c9163d7018f0d94c1c612680205244d7 100644 (file)
--- a/client.c
+++ b/client.c
@@ -307,7 +307,7 @@ static void setatt_completer(struct i9e_completion_info *ci,
                free(orig);
        }
        sl[2 * num_atts] = NULL;
-       ret = i9e_extract_completions(ci->word, sl, &cr->matches);
+       i9e_extract_completions(ci->word, sl, &cr->matches);
 out:
        free(buf);
        free_argv(sl);