mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 12:37:48 +00:00
cleaning up the last few stragglers
Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -530,10 +530,6 @@ func ExtractMapNoLookupExtensions[PT Buildable[N], N any](
|
||||
}
|
||||
}
|
||||
}
|
||||
if foundIndex == nil {
|
||||
foundIndex = idx
|
||||
}
|
||||
|
||||
var n PT = new(N)
|
||||
err := BuildModel(node, n)
|
||||
if err != nil {
|
||||
@@ -553,7 +549,6 @@ func ExtractMapNoLookupExtensions[PT Buildable[N], N any](
|
||||
}] = ValueReference[PT]{
|
||||
Value: n,
|
||||
ValueNode: node,
|
||||
//IsReference: isReference,
|
||||
Reference: referenceValue,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user