Remove class info from backtrace lines.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-05-23 17:57:28 +09:00
parent 497b19ce22
commit d2458e66c2
5 changed files with 11 additions and 58 deletions
-2
View File
@@ -155,8 +155,6 @@ struct mrb_jmpbuf;
typedef struct {
const char *filename;
int lineno;
struct RClass *klass;
char sep;
mrb_sym method_id;
} mrb_backtrace_entry;