diff --git a/cmd/crowdsec-cli/main.go b/cmd/crowdsec-cli/main.go index 07c3474df..3bd25f6e1 100644 --- a/cmd/crowdsec-cli/main.go +++ b/cmd/crowdsec-cli/main.go @@ -15,6 +15,11 @@ import ( "gopkg.in/yaml.v2" ) +//This is some dead code +func DeadCodeTest() { + return +} + var dbg_lvl, nfo_lvl, wrn_lvl, err_lvl bool var config cliConfig