From d41b9d2d9ceb60ceb601af991441e70929801c42 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 9 Oct 2024 23:51:15 +0900 Subject: ldd: separate Parse from Exec and trim space Signed-off-by: Ophestra Umiker --- dbus/run.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'dbus') diff --git a/dbus/run.go b/dbus/run.go index 345f12f1..2aad777a 100644 --- a/dbus/run.go +++ b/dbus/run.go @@ -90,9 +90,6 @@ func (p *Proxy) Start(ready chan error, output io.Writer, sandbox bool) error { // xdb-dbus-proxy bin and dependencies roBindTarget[path.Dir(toolPath)] = struct{}{} for _, ent := range proxyDeps { - if ent == nil { - continue - } if path.IsAbs(ent.Path) { roBindTarget[path.Dir(ent.Path)] = struct{}{} } -- cgit v1.3.1