From: Nikos Mavrogiannopoulos Date: Fri, 15 Apr 2011 16:15:51 +0000 (+0200) Subject: removed unneeded comment. X-Git-Tag: gnutls_2_99_1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfec4a1d0a3f091ef25a56b1aab660ddc3eaca1e;p=thirdparty%2Fgnutls.git removed unneeded comment. --- diff --git a/doc/examples/ex-cxx.cpp b/doc/examples/ex-cxx.cpp index ce4016acd7..c675f60fcf 100644 --- a/doc/examples/ex-cxx.cpp +++ b/doc/examples/ex-cxx.cpp @@ -58,7 +58,6 @@ int main(void) int ret = session.handshake(); if (ret < 0) { -// gnutls_perror(ret); throw std::runtime_error("Handshake failed"); } else