aboutsummaryrefslogtreecommitdiffstats
path: root/vsnprintf.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 05:42:52 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 05:42:52 +0000
commitae411fb558b0444404097e19bbe94457056a2118 (patch)
tree50e7721a8d871ba93cd8f02019c5d0ac19ebb25d /vsnprintf.c
parentd76b38268366cc3226499b1eb00ce7798c71bcc2 (diff)
downloadruby-ae411fb558b0444404097e19bbe94457056a2118.tar.gz
* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vsnprintf.c')
-rw-r--r--vsnprintf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vsnprintf.c b/vsnprintf.c
index 5266927d7f..d8e66cdbd0 100644
--- a/vsnprintf.c
+++ b/vsnprintf.c
@@ -127,12 +127,6 @@
# include <errno.h>
#endif
-#if __GNUC__ >= 3
-#define UNINITIALIZED_VAR(x) x = x
-#else
-#define UNINITIALIZED_VAR(x) x
-#endif
-
/*
* NB: to fit things in six character monocase externals, the stdio
* code uses the prefix `__s' for stdio objects, typically followed