removed old not used variable from Space

This commit is contained in:
Tomasz Sowa 2021-05-19 03:23:18 +02:00
parent e0565813de
commit ae1d25d5f3
2 changed files with 0 additions and 8 deletions

View File

@ -298,7 +298,6 @@ void SpaceParser::ParseRootSpace()
{
line = 1;
status = ok;
skipped = 0;
if( !root_space )
{

View File

@ -88,13 +88,6 @@ public:
/*
how many objects were skipped
used in parsing tables when create_table_as_space is false
*/
size_t skipped;
/*
main methods used to parse a JSON file
file_name is the path to a file