summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.h
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-21 15:37:07 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-21 15:37:07 +0000
commitaf845f352893442e56141787fb5da9c5277a0311 (patch)
treebad5213f3ed7fd1d6800f930b0dc8e6458d7dde9 /ext/bigdecimal/bigdecimal.h
parent2e683de901f6f3ed086f320d578f11053880a3b0 (diff)
* ext/bigdecimal/bigdecimal.h: remove unused lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal/bigdecimal.h')
-rw-r--r--ext/bigdecimal/bigdecimal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index b1dfd9c371..eb10ae3f94 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -21,9 +21,6 @@
#if defined(__cplusplus)
extern "C" {
-#if 0
-}
-#endif
#endif
#ifndef HAVE_LABS
@@ -283,9 +280,6 @@ VP_EXPORT int VPrint(FILE *fp,const char *cntl_chr,Real *a);
#endif /* BIGDECIMAL_DEBUG */
#if defined(__cplusplus)
-#if 0
-{
-#endif
} /* extern "C" { */
#endif
#endif /* RUBY_BIG_DECIMAL_H */