diff --git a/pkg/aaparser/aaparser.go b/pkg/aaparser/aaparser.go index 2b5a2605f9..3d7c2c5a97 100644 --- a/pkg/aaparser/aaparser.go +++ b/pkg/aaparser/aaparser.go @@ -13,6 +13,8 @@ const ( ) // GetVersion returns the major and minor version of apparmor_parser. +// +// Deprecated: no longer used, and will be removed in the next release. func GetVersion() (int, error) { output, err := cmd("", "--version") if err != nil {