internal/container: delete unreachable code
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
5e0058bc98
commit
baa5e96734
1 changed files with 0 additions and 4 deletions
|
|
@ -132,10 +132,6 @@ func NewClient(target string) (*Client, error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
client := Client{
|
client := Client{
|
||||||
Target: reference.TagNameOnly(ref),
|
Target: reference.TagNameOnly(ref),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue