Skip to content

Commit 496e9a4

Browse files
committed
Remove the Database module
1 parent 585612a commit 496e9a4

File tree

2 files changed

+0
-332
lines changed

2 files changed

+0
-332
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 :Database, "syntax_tree/database"
2524
autoload :DSL, "syntax_tree/dsl"
2625
autoload :FieldVisitor, "syntax_tree/field_visitor"
2726
autoload :Index, "syntax_tree/index"

lib/syntax_tree/database.rb

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

0 commit comments

Comments
 (0)