This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
oops - remove double decl.
ahc_fix_select
Adrian Chadd
8 years ago
parent
f62f1c0bda
commit
c62cdb51b9
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/core.c
+ 0
- 1
src/core.c
View File
@@ -1451,7 +1451,6 @@ check_conn(int sd, int is_readable, int is_writable)
{
Conn *conn;
Any_Type arg;
Conn *conn;
/* Don't bother doing anything if we're not ready */
if ((is_readable || is_writable) == 0) {
Write
Preview
Loading…
Cancel
Save