From 361d70a224c81d250ef4136d6066de86758793a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Fri, 19 May 2017 20:13:38 +0100
Subject: [PATCH] Remove comment for FIXME that has been handled by
 set_elf_constraints

---
 capsule/capsule-dlmopen.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/capsule/capsule-dlmopen.c b/capsule/capsule-dlmopen.c
index 55954b5d0..898d2ca72 100644
--- a/capsule/capsule-dlmopen.c
+++ b/capsule/capsule-dlmopen.c
@@ -1393,9 +1393,6 @@ capsule_dlmopen (const char *dso,
 
     // ==================================================================
     // find the starting point of our capsule
-    // FIXME: are we assuming here that we'll find the right architecture
-    // first? That probably needs to be fixed up. Maybe seed the type
-    // in init_ldlibs from the currently mapped DSOs.
     if( !dso_find( dso, &ldlibs, 0 ) )
     {
         int rv = (errno == 0) ? EINVAL : errno;
-- 
GitLab