Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored and benfdking committed Jul 30, 2024
1 parent 0d97f48 commit 02926e0
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3,360 deletions.
30 changes: 4 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = [
"rust/core",
"rust/dbt-converter",
"rust/pbjson-types",
"rust/sqlinference",
"rust/wasm-binding"
]
resolver = "2"
Expand Down
1 change: 0 additions & 1 deletion rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
prost = { default-features = false, version = "0.12" }
sqlparser = { default-features = false, version = "0.45" }
quary_proto = { path = "../../proto/gen/rust" }
sqlinference = { git = "https://github.com/quarylabs/sqruff.git", package = "sqruff-sqlinference" }
sqruff = { git = "https://github.com/quarylabs/sqruff.git", package = "sqruff-lib" }
Expand Down
6 changes: 0 additions & 6 deletions rust/sqlinference/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions rust/sqlinference/Cargo.toml

This file was deleted.

98 changes: 0 additions & 98 deletions rust/sqlinference/src/aggregate_functions.rs

This file was deleted.

106 changes: 0 additions & 106 deletions rust/sqlinference/src/columns.rs

This file was deleted.

27 changes: 0 additions & 27 deletions rust/sqlinference/src/dialect.rs

This file was deleted.

Loading

0 comments on commit 02926e0

Please sign in to comment.