mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-07 19:30:22 -05:00
NomDL: Remove extra write of the Package type refs
When writing a Package we were writing the type refs describing the types in Package. These are never referenced from anywhere and the information is embedded into the Package chunk.
This commit is contained in:
@@ -58,9 +58,6 @@ func encCompoundBlobFromCompoundBlob(cb compoundBlob, cs chunks.ChunkSink) inter
|
||||
}
|
||||
|
||||
func processPackageChildren(p Package, cs chunks.ChunkSink) {
|
||||
for _, t := range p.types {
|
||||
writeChildValueInternal(t, cs)
|
||||
}
|
||||
for _, r := range p.dependencies {
|
||||
p := LookupPackage(r)
|
||||
if p != nil {
|
||||
|
||||
Reference in New Issue
Block a user