From c1b4ec298f7a38877c4bda2fecc044134c27be8d Mon Sep 17 00:00:00 2001 From: Patrick Barker Date: Mon, 7 Jan 2019 10:32:14 -0700 Subject: [PATCH] removes unneeded event var from audit-proxy image --- test/images/audit-proxy/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/images/audit-proxy/main.go b/test/images/audit-proxy/main.go index 313a0b28c14..4cfc7cb3da9 100644 --- a/test/images/audit-proxy/main.go +++ b/test/images/audit-proxy/main.go @@ -30,7 +30,6 @@ import ( ) var ( - events = []auditv1.Event{} encoder runtime.Encoder decoder runtime.Decoder )