summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:35:01 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:35:01 +0200
commit462cb3370daa0721368ccd91a122a7f9900dfedf (patch)
tree8a2192f400496f4c57520d60e18661a512d408a5 /pkg
parent60e31d87d12206f8af8d0c4fa012033081ad5d31 (diff)
downloadpodman-462cb3370daa0721368ccd91a122a7f9900dfedf.tar.gz
podman-462cb3370daa0721368ccd91a122a7f9900dfedf.tar.bz2
podman-462cb3370daa0721368ccd91a122a7f9900dfedf.zip
pkg/bindings/containers/archive.go: drop TODO
We are already passed 4.0 and a wrapper like this really does not hurt. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/bindings/containers/archive.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/bindings/containers/archive.go b/pkg/bindings/containers/archive.go
index 4f4b5a36a..dd489d6f1 100644
--- a/pkg/bindings/containers/archive.go
+++ b/pkg/bindings/containers/archive.go
@@ -55,8 +55,6 @@ func CopyFromArchive(ctx context.Context, nameOrID string, path string, reader i
}
// CopyFromArchiveWithOptions copy files into container
-//
-// FIXME: remove this function and make CopyFromArchive accept the option as the last parameter in podman 4.0
func CopyFromArchiveWithOptions(ctx context.Context, nameOrID string, path string, reader io.Reader, options *CopyOptions) (entities.ContainerCopyFunc, error) {
conn, err := bindings.GetClient(ctx)
if err != nil {