From 4ce15bf491bf119c67a3469b4a4bbee42f0457e1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 12 May 2015 07:22:57 +0000 Subject: 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 --- error.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'error.c') 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" \ ; -- cgit v1.2.3