Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 85fda3a

Browse files
committed
removed unused helpers.{h,cpp}
1 parent f7b267c commit 85fda3a

File tree

7 files changed

+6
-53
lines changed

7 files changed

+6
-53
lines changed

.depend

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ target/debug/comment.o: src/comment.cpp src/comment.h src/comment_type.h \
66
src/loc.h src/bytes.h src/byte_ptr.h src/input.h
77

88
target/debug/custom_decoder.o: src/custom_decoder.cpp \
9-
src/custom_decoder.h src/bytes.h src/byte_ptr.h src/helpers.h
9+
src/custom_decoder.h src/bytes.h src/byte_ptr.h
1010

1111
target/debug/diagnostic.o: src/diagnostic.cpp src/diagnostic.h \
1212
src/error_level.h src/bytes.h src/byte_ptr.h src/loc.h src/input.h \
1313
src/message.h src/gen/messages/variant.h src/gen/messages/classes.h \
14-
src/gen/messages/../../bytes.h src/helpers.h
15-
16-
target/debug/helpers.o: src/helpers.cpp src/helpers.h
14+
src/gen/messages/../../bytes.h
1715

1816
target/debug/input.o: src/input.cpp src/input.h src/bytes.h \
1917
src/byte_ptr.h
@@ -29,11 +27,10 @@ target/debug/low_level.o: src/low_level.cpp src/low_level.h \
2927
src/gen/messages/make.h src/gen/messages/../../error_level.h \
3028
src/gen/messages/../../byte_ptr.h src/comment_type.h src/error_level.h \
3129
src/magic_comment_kind.h src/comment.h src/loc.h src/custom_decoder.h \
32-
src/helpers.h src/token.h src/diagnostic.h src/message.h \
33-
src/gen/messages/variant.h src/gen/messages/classes.h \
34-
src/gen/messages/../../bytes.h src/magic_comment.h \
35-
src/parser_options.h src/token_rewriter.h src/parser_result.h \
36-
src/node.h
30+
src/token.h src/diagnostic.h src/message.h src/gen/messages/variant.h \
31+
src/gen/messages/classes.h src/gen/messages/../../bytes.h \
32+
src/magic_comment.h src/parser_options.h src/token_rewriter.h \
33+
src/parser_result.h src/node.h
3734

3835
target/debug/magic_comment.o: src/magic_comment.cpp src/magic_comment.h \
3936
src/magic_comment_kind.h src/loc.h src/bytes.h src/byte_ptr.h \

header/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ cat src/node.h >> $LIB_RUBY_PARSER_TMP_H
2222
cat src/comment.h >> $LIB_RUBY_PARSER_TMP_H
2323
cat src/custom_decoder.h >> $LIB_RUBY_PARSER_TMP_H
2424
cat src/diagnostic.h >> $LIB_RUBY_PARSER_TMP_H
25-
cat src/helpers.h >> $LIB_RUBY_PARSER_TMP_H
2625
cat src/magic_comment.h >> $LIB_RUBY_PARSER_TMP_H
2726
cat src/token_rewriter.h >> $LIB_RUBY_PARSER_TMP_H
2827

src/custom_decoder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <cstring>
22
#include "custom_decoder.h"
3-
#include "helpers.h"
43

54
namespace lib_ruby_parser
65
{

src/diagnostic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "diagnostic.h"
2-
#include "helpers.h"
32

43
namespace lib_ruby_parser
54
{

src/helpers.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/helpers.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/low_level.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "loc.h"
55
#include "bytes.h"
66
#include "custom_decoder.h"
7-
#include "helpers.h"
87
#include "token.h"
98
#include "diagnostic.h"
109
#include "magic_comment.h"

0 commit comments

Comments
 (0)