From 21b3bc10d3626272683e085b2b3ea62d2c05b1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 22 Jul 2020 10:55:30 +0900 Subject: DEPRECATED_TYPE: is deprecated Nobody uses this macro any longer. --- win32/Makefile.sub | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index df85095ddf..87cda5f9e4 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -699,7 +699,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !endif !if $(MSC_VER) >= 1300 #define DEPRECATED(x) __declspec(deprecated) x -#define DEPRECATED_TYPE(mesg, x) __declspec(deprecated mesg) x #define RUBY_CXX_DEPRECATED(mesg) __declspec(deprecated(mesg)) #define NOINLINE(x) __declspec(noinline) x !endif -- cgit v1.2.3