Skip to content

Commit 11747b8

Browse files
authored
rm extra variable, better type stability
1 parent 84fdfda commit 11747b8

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)