Platform BpfLoader: remove spurious comment about versions

(leftover)

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I82b589ed3aa0218c22e0a312928f2a36487ce7bd
This commit is contained in:
Maciej Żenczykowski 2024-03-09 06:33:47 +00:00
parent 9e8e2ebd4c
commit e0a5665570

View file

@ -895,8 +895,6 @@ static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const
domain selinux_context = getDomainFromSelinuxContext(cs[i].prog_def->selinux_context);
domain pin_subdir = getDomainFromPinSubdir(cs[i].prog_def->pin_subdir);
// Note: make sure to only check for unrecognized *after* verifying bpfloader
// version limits include this bpfloader's version.
if (unrecognized(pin_subdir)) return -ENOTDIR;