Remove unused variables and code
This commit is contained in:
parent
cf39104515
commit
3823f239c2
@ -224,7 +224,6 @@ is_number_valid (const json::number &node,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
const json::node &val = *i.second;
|
|
||||||
if (!validator->second (node, schema))
|
if (!validator->second (node, schema))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@ -233,14 +232,6 @@ is_number_valid (const json::number &node,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool
|
|
||||||
is_number_valid (const json::node &node,
|
|
||||||
const json::object &schema) {
|
|
||||||
not_implemented ();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// JSON string
|
// JSON string
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user