summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/version.c b/version.c
index 7e1c0cb4cf..49738211a4 100644
--- a/version.c
+++ b/version.c
@@ -114,7 +114,6 @@ Init_ruby_description(void)
rb_define_global_const("RUBY_DESCRIPTION", /* MKSTR(description) */ description);
}
-/*! Prints the version information of the CRuby interpreter to stdout. */
void
ruby_show_version(void)
{
@@ -133,7 +132,6 @@ ruby_show_version(void)
fflush(stdout);
}
-/*! Prints the copyright notice of the CRuby interpreter to stdout. */
void
ruby_show_copyright(void)
{