Skip to content

Commit 2d326ff

Browse files
committed
remove duplicate code
1 parent 2946f14 commit 2d326ff

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AzStorage"
22
uuid = "c6697862-1611-5eae-9ef8-48803c85c8d6"
3-
version = "2.8.0"
3+
version = "2.8.1"
44

55
[deps]
66
AbstractStorage = "14dbef02-f468-5f15-853e-5ec8dee7b899"

src/AzStorage.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -572,13 +572,6 @@ Update the metadata of a blob `o::AzObject`, changing the dataset's 'LAST MODIFI
572572
"""
573573
Base.touch(o::AzObject) = touch(o.container, o.name)
574574

575-
"""
576-
touch(io::AzObject)
577-
578-
Create a zero-byte object for `io`. See `touch(container::AzContainer, blobname)`.
579-
"""
580-
Base.touch(o::AzObject) = touch(o.container, o.name)
581-
582575
"""
583576
writedlm(container, "blobname", data, args...; options...)
584577

0 commit comments

Comments
 (0)