Update of /cvsroot/boost/boost/boost/asio/impl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26777

Modified Files:
        read.ipp 
Log Message:
Remove redundant code after end of endless for loop.


Index: read.ipp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/impl/read.ipp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- read.ipp    5 Jul 2006 05:48:10 -0000       1.3
+++ read.ipp    9 Jul 2006 06:59:50 -0000       1.4
@@ -87,9 +87,6 @@
       return total_transferred;
     }
   }
-  typename Sync_Read_Stream::error_type e;
-  error_handler(e);
-  return total_transferred;
 }
 
 template <typename Sync_Read_Stream, typename Allocator>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to