Explorar el Código

wipe out dead code, fix build

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer hace 2 años
padre
commit
f834c385bc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pkg/costmodel/csv_export.go

+ 0 - 1
pkg/costmodel/csv_export.go

@@ -309,7 +309,6 @@ func (e *csvExporter) writeCSVToWriter(ctx context.Context, w io.Writer, dates [
 			},
 		})
 	}
-	csvDef = append(csvDef)
 
 	header := make([]string, 0, len(csvDef))
 	for _, def := range csvDef {