From ad61f0aa790359f2f7676307c54e856302595897 Mon Sep 17 00:00:00 2001 From: Andrew Phelps Date: Thu, 2 May 2024 16:20:08 -0400 Subject: [PATCH] interfaces: remove done TODO --- interfaces/snap_app_set.go | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/snap_app_set.go b/interfaces/snap_app_set.go index c2ed715481c..7aafb33feb3 100644 --- a/interfaces/snap_app_set.go +++ b/interfaces/snap_app_set.go @@ -10,7 +10,6 @@ import ( // SnapAppSet is a helper that provides information about executable elements of // a snap. This currently includes snap apps and hooks. -// TODO: include component hooks when they are implemented type SnapAppSet struct { info *snap.Info components []*snap.ComponentInfo