diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index d0b0fcca..e66ec955 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -127,8 +127,6 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
 			fatal("fcntl failed");	
 		return (0);
 	}
-
-	return (0);
 }
 
 void