In write_socket(), remove the write-only variable write_len in an ifdef __OS2__ block.
authorFabian Keil <fk@fabiankeil.de>
Sun, 13 Jun 2010 12:30:10 +0000 (12:30 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 13 Jun 2010 12:30:10 +0000 (12:30 +0000)
commit414cf1121fa0a8cd35c3d47479b081647d2144e1
tree8484184d92d7bf3876fd727c69e45efb9d7f13e3
parent2b61b8bd45da2d4b50ada68b05463e786d1495fb
In write_socket(), remove the write-only variable write_len in an ifdef __OS2__ block.

Spotted by cppcheck.
jbsockets.c