You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/10/31 11:04:26 UTC

svn commit: r1711583 - /tomcat/native/trunk/native/src/ssl.c

Author: rjung
Date: Sat Oct 31 10:04:26 2015
New Revision: 1711583

URL: http://svn.apache.org/viewvc?rev=1711583&view=rev
Log:
Fix compiler warning: remove unused variable.

Modified:
    tomcat/native/trunk/native/src/ssl.c

Modified: tomcat/native/trunk/native/src/ssl.c
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/ssl.c?rev=1711583&r1=1711582&r2=1711583&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/ssl.c (original)
+++ tomcat/native/trunk/native/src/ssl.c Sat Oct 31 10:04:26 2015
@@ -641,7 +641,6 @@ static int ssl_rand_make(const char *fil
 
 TCN_IMPLEMENT_CALL(jint, SSL, initialize)(TCN_STDARGS, jstring engine)
 {
-    int r = 0;
     jclass clazz;
     jclass sClazz;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org