diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-23 14:22:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-23 14:22:24 +0100 |
| commit | ba9f9a3402432bada839e754eb9bb6868f429007 (patch) | |
| tree | 512caf02bee76d71506fd796c91f2eb058bb2ce4 /src/lib | |
| parent | c2709fbe5438da124b2d493cb714a6c58720cf5b (diff) | |
Remove erroneous bit of stuff.
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)); -} |
