From 9f4b1ea13ebb37065d4b70ce2683d95a965ff7c3 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 24 Sep 2005 00:33:17 +0000 Subject: banish a warning. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_ssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c index a4d03089b..640c3386d 100644 --- a/ext/openssl/ossl_ssl.c +++ b/ext/openssl/ossl_ssl.c @@ -578,7 +578,6 @@ ossl_start_ssl(VALUE self, int (*func)()) { SSL *ssl; OpenFile *fptr; - VALUE cb; int ret; Data_Get_Struct(self, SSL, ssl); -- cgit