diff options
author | James Booth <boothj5@gmail.com> | 2013-08-26 14:47:40 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-26 14:47:40 +0100 |
commit | d2a354fd5358e920aeab451ff3854222e124dff0 (patch) | |
tree | 8ebacf6cbbfb55278e6f564bfe2927a576dc037d /tests | |
parent | 545a23e92f0b381f98276dd2bc1265cd1a88c81e (diff) | |
download | profani-tty-d2a354fd5358e920aeab451ff3854222e124dff0.tar.gz |
Fixed compiler warning in test_autocomplete.c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_autocomplete.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_autocomplete.c b/tests/test_autocomplete.c index beb18335..77525035 100644 --- a/tests/test_autocomplete.c +++ b/tests/test_autocomplete.c @@ -39,7 +39,6 @@ static void get_after_create_returns_null(void) static void add_one_and_complete(void) { - char *item = "Hello"; Autocomplete ac = autocomplete_new(); autocomplete_add(ac, "Hello"); char *result = autocomplete_complete(ac, "Hel"); |