From 204929af9dfc7d483d69476325c1ceac1721e219 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 3 Sep 2008 08:00:05 +0000 Subject: * include/ruby/signal.h: removed. * common.mk, class.c, eval.c, eval_intern.h, file.c, gc.c, hash.c, io.c, process.c, signal.c: vm_core.h: ditto. Some unused external global variables are also removed. (rb_prohibit_interrupt, rb_trap_immediate, rb_trap_pending, rb_thread_critical) * ext/openssl/ossl_ssl.c, ext/openssl/ossl_x509store.c, ext/readline/readline.c, ext/socket/depend, ext/socket/socket.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_ssl.c | 2 -- ext/openssl/ossl_x509store.c | 1 - 2 files changed, 3 deletions(-) (limited to 'ext/openssl') diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c index 83fd2566d5..64987a41b5 100644 --- a/ext/openssl/ossl_ssl.c +++ b/ext/openssl/ossl_ssl.c @@ -11,8 +11,6 @@ * (See the file 'LICENCE'.) */ #include "ossl.h" -#include -#include #if defined(HAVE_UNISTD_H) # include /* for read(), and write() */ diff --git a/ext/openssl/ossl_x509store.c b/ext/openssl/ossl_x509store.c index 769ce8a91a..68fb372eaa 100644 --- a/ext/openssl/ossl_x509store.c +++ b/ext/openssl/ossl_x509store.c @@ -9,7 +9,6 @@ * (See the file 'LICENCE'.) */ #include "ossl.h" -#include #define WrapX509Store(klass, obj, st) do { \ if (!st) { \ -- cgit v1.2.3