diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index e79c7cd1c..cbf8decb9 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -517,10 +517,3 @@ colour_lut_index_to_name (int index) assert (false); return ""; } - -int -read_with_timeout (boost::asio::ip::tcp::socket* socket, uint8_t* data, int size) -{ - - return asio::read (socket, asio::buffer (data, size)); -} |
