aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/Group.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/Group.swift')
-rw-r--r--Sources/WmapParser/Group.swift4
1 files changed, 0 insertions, 4 deletions
diff --git a/Sources/WmapParser/Group.swift b/Sources/WmapParser/Group.swift
deleted file mode 100644
index 5204d45..0000000
--- a/Sources/WmapParser/Group.swift
+++ /dev/null
@@ -1,4 +0,0 @@
-/// A group of components.
-public struct Group: Sendable, Equatable {
- public let components: [String]
-}