From 17a8630621815d27bcb2d6c48d89a0cfbe34a76c Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 25 Feb 2016 00:29:09 +0100 Subject: stdio-bridge: remove dead code --- src/stdio-bridge/stdio-bridge.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdio-bridge') diff --git a/src/stdio-bridge/stdio-bridge.c b/src/stdio-bridge/stdio-bridge.c index c38b43b0f0..85b99ce161 100644 --- a/src/stdio-bridge/stdio-bridge.c +++ b/src/stdio-bridge/stdio-bridge.c @@ -294,8 +294,6 @@ int main(int argc, char *argv[]) { } } - r = 0; - finish: return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS; } -- cgit v1.2.3-54-g00ecf