Ver Fonte

chore: remove handled TODO

Sam Jaffe há 1 ano atrás
pai
commit
bc1a9160f9
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      include/jvalidate/schema.h

+ 0 - 1
include/jvalidate/schema.h

@@ -223,7 +223,6 @@ namespace jvalidate::schema {
 template <Adapter A> detail::OnBlockExit Node::resolve_anchor(detail::ParserContext<A> & context) {
 template <Adapter A> detail::OnBlockExit Node::resolve_anchor(detail::ParserContext<A> & context) {
   auto const schema = context.schema.as_object();
   auto const schema = context.schema.as_object();
 
 
-  // TODO(samjaffe): $recursiveAnchor, $dynamicAnchor, $recursiveRef, $dynamicRef
   if (schema.contains("$anchor")) {
   if (schema.contains("$anchor")) {
     // Create an anchor mapping using the current document and the anchor
     // Create an anchor mapping using the current document and the anchor
     // string. There's no need for special validation/chaining here, because
     // string. There's no need for special validation/chaining here, because