Skip to content

Commit

Permalink
Remove scale_controller module and corresponding use statement, mod…
Browse files Browse the repository at this point in the history
…ify `scale` module.
  • Loading branch information
shanicky committed Nov 7, 2023
1 parent e51ea92 commit 300c15a
Show file tree
Hide file tree
Showing 3 changed files with 1,752 additions and 1,779 deletions.
2 changes: 0 additions & 2 deletions src/meta/src/stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

mod scale;
mod scale_controller;
mod sink;
mod source_manager;
mod stream_graph;
Expand All @@ -23,7 +22,6 @@ mod test_fragmenter;
mod test_scale;

pub use scale::*;
pub use scale_controller::*;
pub use sink::*;
pub use source_manager::*;
pub use stream_graph::*;
Expand Down
Loading

0 comments on commit 300c15a

Please sign in to comment.