From c16e44376dfdf6cabb8ccb68c9888b1716759d6a Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 23 Jul 2009 12:26:30 -0300
Subject: [PATCH 09/22] libfiu: Remove unused code

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libfiu/fiu-rc.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/libfiu/fiu-rc.c b/libfiu/fiu-rc.c
index a0491de..3a9151b 100644
--- a/libfiu/fiu-rc.c
+++ b/libfiu/fiu-rc.c
@@ -137,8 +137,6 @@ static int rc_process_cmd(char *cmd)
 	} else {
 		return -1;
 	}
-
-	return 0;
 }
 
 /* Read remote control directives from fdr and process them, writing the
@@ -222,10 +220,7 @@ reopen:
 		}
 	}
 
-	close(fdr);
-	close(fdw);
-
-	return NULL;
+	/* we never get here */
 }
 
 static void fifo_atexit(void)
-- 
1.6.2.2.646.gb214

