diff options
Diffstat (limited to 'dbus')
| -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{}{} } |
