banish some warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2005-09-24 00:17:43 +00:00
parent 8a6eb889e0
commit 0517b43c5b
13 changed files with 8 additions and 32 deletions

View file

@ -574,7 +574,6 @@ ossl_start_ssl(VALUE self, int (*func)())
{
SSL *ssl;
OpenFile *fptr;
VALUE cb;
int ret;
Data_Get_Struct(self, SSL, ssl);