diff --git a/check/check.go b/check/check.go
index 2ac7b5bc9e306af1eae50588663816be8d557e18..1f23a9e3aa6d90b5286bf85c9a5aad6272d05b55 100644
--- a/check/check.go
+++ b/check/check.go
@@ -71,7 +71,7 @@ type Check struct {
 
 // Run executes the audit commands specified in a check and outputs
 // the results.
-func (c *Check) Run(verbose bool) {
+func (c *Check) Run() {
 	// If check type is manual, force result to WARN.
 	if c.Type == "manual" {
 		c.State = WARN