]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unneeded comment.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 15 Apr 2011 16:15:51 +0000 (18:15 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 15 Apr 2011 16:15:51 +0000 (18:15 +0200)
doc/examples/ex-cxx.cpp

index ce4016acd74d694e531f65fea769782db964b49d..c675f60fcfc4b683340effd0bc24b3d78b4a91ab 100644 (file)
@@ -58,7 +58,6 @@ int main(void)
         int ret = session.handshake();
         if (ret < 0)
         {
-//             gnutls_perror(ret);
             throw std::runtime_error("Handshake failed");
         }
         else