Skip to content

Commit 5309143

Browse files
authored
Merge pull request #914 from JuliaRobotics/22Q4/enh/rmextvar
rm extra variable, better type stability
2 parents 84fdfda + 11747b8 commit 5309143

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DataBlobs/services/BlobStores.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
function getDataBlob(dfg::AbstractDFG, entry::BlobStoreEntry)
66
# cannot use entry.blobstore because the blob can be in any one of the blobstores
77
stores = getBlobStores(dfg)
8-
blob = UInt8[]
98
for (k,store) in stores
109
try
1110
blob = getDataBlob(store, entry)

0 commit comments

Comments
 (0)