remove ARTIFACT_DIR and ArtifactPath

...they're not actually used for anything

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2021-12-01 12:56:07 -07:00
parent 3ac1b9bc0f
commit 65109494bc
2 changed files with 0 additions and 11 deletions

View File

@ -36,7 +36,6 @@ type PodmanTestCommon interface {
type PodmanTest struct {
PodmanMakeOptions func(args []string, noEvents, noCache bool) []string
PodmanBinary string
ArtifactPath string
TempDir string
RemoteTest bool
RemotePodmanBinary string