aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-12 07:22:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-12 07:22:57 +0000
commit3181440a40f93d7fbad4e3f6ea2cd997a9a93a43 (patch)
tree3d38895f696dc2697dba35e216eeedbee3a6f365 /error.c
parent358424d535058e4e578529ce37352b2139567215 (diff)
downloadruby-3181440a40f93d7fbad4e3f6ea2cd997a9a93a43.tar.gz
vm_dump.c: statement for crash report log
* vm_dump.c (preface_dump): move the statement to include crash report log file from REPORTBUG_MSG in error.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/error.c b/error.c
index 9d31975c8d..bb7cb1c4af 100644
--- a/error.c
+++ b/error.c
@@ -47,9 +47,6 @@ static const char REPORTBUG_MSG[] =
" or extension libraries.\n" \
"Bug reports are welcome.\n" \
""
-#if defined __APPLE__
- "Don't forget to include the above Crash Report log file.\n"
-#endif
"For details: http://www.ruby-lang.org/bugreport.html\n\n" \
;