diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-09 23:51:15 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-09 23:51:15 +0900 |
| commit | d41b9d2d9ceb60ceb601af991441e70929801c42 (patch) | |
| tree | ec5b9e35e650f6bec9fd9e603301f0d87b7ede76 /dbus/run.go | |
| parent | 22dfa73efe8a7a15b8867404e6504041a7139406 (diff) | |
ldd: separate Parse from Exec and trim space
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'dbus/run.go')
| -rw-r--r-- | dbus/run.go | 3 |
1 files changed, 0 insertions, 3 deletions
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{}{} } |
