diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-02 21:15:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-02 21:15:23 +0100 |
commit | f6941c20eb53ba34569493980008e3c4347a1377 (patch) | |
tree | a5930f0b43653e24519f1f1db115fccb03a37a11 | |
parent | 0d4ad2d7f3693e42e315ea3ff32836d21122262b (diff) | |
download | weechat-f6941c20eb53ba34569493980008e3c4347a1377.zip |
tests: remove unused variable
-rw-r--r-- | tests/unit/core/test-eval.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/core/test-eval.cpp b/tests/unit/core/test-eval.cpp index 87f3e2c9f..185d17231 100644 --- a/tests/unit/core/test-eval.cpp +++ b/tests/unit/core/test-eval.cpp @@ -172,7 +172,6 @@ TEST(Eval, EvalExpression) { struct t_hashtable *pointers, *extra_vars, *options; char *value, str_value[256]; - void *toto; pointers = NULL; |