mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove class info from backtrace lines.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user