Skip to content

Commit 838019a

Browse files
committed
Remove the DSL module
1 parent 3841a1d commit 838019a

File tree

2 files changed

+0
-1017
lines changed

2 files changed

+0
-1017
lines changed

lib/syntax_tree.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module SyntaxTree
2121
# CLI. Requiring those features takes time, so we autoload as many constants
2222
# as possible in order to keep the CLI as fast as possible.
2323

24-
autoload :DSL, "syntax_tree/dsl"
2524
autoload :FieldVisitor, "syntax_tree/field_visitor"
2625
autoload :Index, "syntax_tree/index"
2726
autoload :JSONVisitor, "syntax_tree/json_visitor"

0 commit comments

Comments
 (0)