summaryrefslogtreecommitdiff
path: root/pkg/systemd/generate
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-05-28 11:05:41 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-06-11 11:01:13 +0200
commit7f5aabb08389f9baee49bd76ab21f876e0bb70b9 (patch)
treee33aefe80096b019169eb6b1940b2626fbcd5d09 /pkg/systemd/generate
parent636881ece56f77df4c6a25dc5faa68a740607e3f (diff)
downloadpodman-7f5aabb08389f9baee49bd76ab21f876e0bb70b9.tar.gz
podman-7f5aabb08389f9baee49bd76ab21f876e0bb70b9.tar.bz2
podman-7f5aabb08389f9baee49bd76ab21f876e0bb70b9.zip
systemd/generate: remove unused infra container field
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'pkg/systemd/generate')
-rw-r--r--pkg/systemd/generate/systemdgen.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/systemd/generate/systemdgen.go b/pkg/systemd/generate/systemdgen.go
index 73fe52c0e..538e54ec9 100644
--- a/pkg/systemd/generate/systemdgen.go
+++ b/pkg/systemd/generate/systemdgen.go
@@ -27,8 +27,6 @@ type ContainerInfo struct {
ServiceName string
// Name or ID of the container.
ContainerName string
- // InfraContainer of the pod.
- InfraContainer string
// StopTimeout sets the timeout Podman waits before killing the container
// during service stop.
StopTimeout uint