]> jfr.im git - solanum.git/blobdiff - librb/src/linebuf.c
Remove ancient portability code (#361)
[solanum.git] / librb / src / linebuf.c
index d3b11652f0a48bc5cb33bae63861612a0056263b..455eeb7c06b8dd614fd84d39831a437a1151abaf 100644 (file)
@@ -545,7 +545,6 @@ rb_linebuf_flush(rb_fde_t *F, buf_head_t * bufhead)
  * autoconf checks for this..but really just want to use it if we have a
  * native version even if libircd provides a fake version...
  */
-#ifdef HAVE_WRITEV
        if(!rb_fd_ssl(F))
        {
                rb_dlink_node *ptr;
@@ -624,7 +623,6 @@ rb_linebuf_flush(rb_fde_t *F, buf_head_t * bufhead)
 
                return retval;
        }
-#endif
 
        /* this is the non-writev case */