diff --git a/capsule/capsule-dlmopen.c b/capsule/capsule-dlmopen.c index 55954b5d0521ee340a603f586c8594583d3366ac..898d2ca727301c1c0bfa14b216a4770dc5caf0e5 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;