Skip to content

Commit

Permalink
Remove all the ketama-related code (#55)
Browse files Browse the repository at this point in the history
Decision was made not to go forward with these plans, so cleaning up all the now-obsolete code.
  • Loading branch information
Swatinem authored May 24, 2024
1 parent 8d9b342 commit d09e76f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 279 deletions.
32 changes: 0 additions & 32 deletions bindings/src/ketama.rs

This file was deleted.

2 changes: 0 additions & 2 deletions bindings/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use pyo3::prelude::*;

mod enhancers;
mod ketama;
mod proguard;

#[pymodule]
Expand All @@ -10,7 +9,6 @@ fn _bindings(_py: Python, m: Bound<PyModule>) -> PyResult<()> {
m.add_class::<enhancers::Component>()?;
m.add_class::<enhancers::Enhancements>()?;
m.add_class::<enhancers::AssembleResult>()?;
m.add_class::<ketama::KetamaPool>()?;
m.add_class::<proguard::JavaStackFrame>()?;
m.add_class::<proguard::ProguardMapper>()?;

Expand Down
3 changes: 0 additions & 3 deletions python/sentry_ophio/ketama.py

This file was deleted.

25 changes: 0 additions & 25 deletions python/sentry_ophio/ketama.pyi

This file was deleted.

160 changes: 0 additions & 160 deletions rust/src/ketama.rs

This file was deleted.

1 change: 0 additions & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod enhancers;
pub mod ketama;
56 changes: 0 additions & 56 deletions tests/test_ketama.py

This file was deleted.

0 comments on commit d09e76f

Please sign in to comment.