From 4549b28282bb4c2591ccd24db5a29970a3e907f2 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 14 Sep 2015 15:32:22 +0000 Subject: Remove no-longer-the-case FIXME Change-Id: Iedefd1745e85e1f30d45ee8d26b315760a542a0b --- morphlib/builder.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/morphlib/builder.py b/morphlib/builder.py index bc674548..a9fe8957 100644 --- a/morphlib/builder.py +++ b/morphlib/builder.py @@ -101,9 +101,6 @@ def ldconfig(runcmd, rootdir): # pragma: no cover ''' - # FIXME: use the version in ROOTDIR, since even in - # bootstrap it will now always exist due to being part of build-essential - conf = os.path.join(rootdir, 'etc', 'ld.so.conf') if os.path.exists(conf): logging.debug('Running ldconfig for %s' % rootdir) -- cgit v1.2.1