Commit 010e33f6 authored by Mark Lindner's avatar Mark Lindner

removed unused variable

parent ddce205a
......@@ -440,9 +440,8 @@ TT_TEST(RemoveSetting)
TT_TEST(EscapedStrings)
{
config_t cfg;
config_setting_t* rc;
int ok;
const char* str;
const char *str;
config_init(&cfg);
config_set_include_dir(&cfg, "./testdata");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment