diff --git a/models/packages/package_file.go b/models/packages/package_file.go index 0200a354cb..1c2c9ac072 100644 --- a/models/packages/package_file.go +++ b/models/packages/package_file.go @@ -25,8 +25,6 @@ var ( ErrDuplicatePackageFile = util.NewAlreadyExistErrorf("package file already exists") // ErrPackageFileNotExist indicates a package file not exist error ErrPackageFileNotExist = util.NewNotExistErrorf("package file does not exist") - // ErrPackagePropertyNotExist indicates a package property not exist error - ErrPackagePropertyNotExist = util.NewNotExistErrorf("package property does not exist") ) // EmptyFileKey is a named constant for an empty file key