Explorar el Código

totemmrp: Allow compilation without warnings

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Jan Friesse hace 14 años
padre
commit
87821f52a6
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      exec/totemmrp.c

+ 0 - 4
exec/totemmrp.c

@@ -270,9 +270,5 @@ int totemmrp_member_remove (
 
 void totemmrp_threaded_mode_enable (void)
 {
-	int res;
-
 	totemsrp_threaded_mode_enable (totemsrp_context);
-
-	return (res);
 }