Skip to content
Snippets Groups Projects
Commit d065b38e authored by Simon McVittie's avatar Simon McVittie
Browse files

runtime: Remove dead code


The entire setup for this call to `readlink -f` should have been removed
when it was hoisted further up in bind_runtime() (and replaced with
`readlink -e`) during commit 26b3be64, but in fact only the part that
actually *ran* the wrapped readlink command was deleted.

This also always leaked some memory.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e69ce85e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment