Author: wyoung
Date: Fri Jun 22 18:12:09 2007
New Revision: 1586

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1586&view=rev
Log:
Removed useless return statement

Modified:
    trunk/lib/connection.cpp

Modified: trunk/lib/connection.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.cpp?rev=1586&r1=1585&r2=1586&view=diff
==============================================================================
--- trunk/lib/connection.cpp (original)
+++ trunk/lib/connection.cpp Fri Jun 22 18:12:09 2007
@@ -644,7 +644,6 @@
                // Non-optional exception.  Something is wrong with the library
                // internals if this one is thrown.
                throw BadOption("bad value given to option_arg_type()", option);
-               //! return opt_type_none;               // warning eater
        }
 }
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to