Remove erroneous bit of stuff.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2012 13:22:24 +0000 (14:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2012 13:22:24 +0000 (14:22 +0100)
src/lib/util.cc

index e79c7cd1cb6d1c1cb2ae412f3f1c3a4823296469..cbf8decb94a9fb9141f74435023186e5044e5269 100644 (file)
@@ -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));
-}