summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h
index ff4bbe9bd..8159cd696 100644
--- a/include/mruby/compile.h
+++ b/include/mruby/compile.h
@@ -100,7 +100,6 @@ enum mrb_string_type {
struct mrb_parser_heredoc_info {
mrb_bool allow_indent:1;
mrb_bool remove_indent:1;
- char indent_char;
size_t indent;
mrb_ast_node *indented;
mrb_bool line_head:1;