1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-10 17:57:40 +03:00

stdio-bridge: remove dead code

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-02-25 00:29:09 +01:00
parent 7f508f2c74
commit 17a8630621

View File

@ -294,8 +294,6 @@ int main(int argc, char *argv[]) {
}
}
r = 0;
finish:
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
}