projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18892c
)
interactive: Remove pointless return statement.
author
Andre Noll
<maan@systemlinux.org>
Thu, 5 Apr 2012 23:18:23 +0000
(
01:18
+0200)
committer
Andre Noll
<maan@systemlinux.org>
Thu, 5 Apr 2012 23:20:36 +0000
(
01:20
+0200)
i9e_pre_select() returns void anyway.
interactive.c
patch
|
blob
|
history
diff --git
a/interactive.c
b/interactive.c
index 6a29bffae5a68e783d4a4d788239b24455c4cb1e..00b30223579821f8e3ee4071c6de9df61129e90a 100644
(file)
--- a/
interactive.c
+++ b/
interactive.c
@@
-334,7
+334,6
@@
static void i9e_pre_select(struct sched *s, __a_unused struct task *t)
PARA_WARNING_LOG("set to nonblock failed: (fd0 %d, %s)\n",
i9ep->ici->fds[0], para_strerror(-ret));
para_fd_set(i9ep->ici->fds[0], &s->rfds, &s->max_fileno);
- return;
}
static void update_winsize(void)