aboutsummaryrefslogtreecommitdiff
path: root/spdx/package.go
diff options
context:
space:
mode:
Diffstat (limited to 'spdx/package.go')
-rw-r--r--spdx/package.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/spdx/package.go b/spdx/package.go
index 989e2de..40d0c3c 100644
--- a/spdx/package.go
+++ b/spdx/package.go
@@ -5,11 +5,6 @@ package spdx
// Package2_1 is a Package section of an SPDX Document for version 2.1 of the spec.
type Package2_1 struct {
- // NOT PART OF SPEC
- // flag: does this "package" contain files that were in fact "unpackaged",
- // e.g. included directly in the Document without being in a Package?
- IsUnpackaged bool
-
// 3.1: Package Name
// Cardinality: mandatory, one
PackageName string