Skip to content
Snippets Groups Projects
Commit fe022fec authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove unused variable added in previous commit.

parent 3cb82926
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2113 passed
......@@ -192,7 +192,6 @@ static size_t section_start(str_list_t list, size_t index)
static size_t find_section(str_list_t list, const char* section)
{
size_t i;
char* p;
if(section==ROOT_SECTION)
return section_start(list, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment