summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-09-14 15:32:22 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-22 16:54:17 +0000
commit4549b28282bb4c2591ccd24db5a29970a3e907f2 (patch)
tree5b576048e4b7676573ae3cd989b3840108e19fd5
parent50247e57320de74e88049101e1ad47fb8e78b5a3 (diff)
downloadmorph-4549b28282bb4c2591ccd24db5a29970a3e907f2.tar.gz
Remove no-longer-the-case FIXME
Change-Id: Iedefd1745e85e1f30d45ee8d26b315760a542a0b
-rw-r--r--morphlib/builder.py3
1 files changed, 0 insertions, 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)