Skip to content

Commit

Permalink
chore: remove original region failure implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Jul 1, 2024
1 parent 6a634f8 commit 13d3d55
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 2,795 deletions.
1 change: 0 additions & 1 deletion src/meta-srv/src/lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

pub mod etcd;
pub(crate) mod keys;
pub(crate) mod memory;

use std::sync::Arc;
Expand Down
28 changes: 0 additions & 28 deletions src/meta-srv/src/lock/keys.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/meta-srv/src/procedure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// TODO(weny): remove it.
#[allow(unused)]
pub mod region_failover;
pub mod region_migration;
#[cfg(test)]
mod tests;
Expand Down
Loading

0 comments on commit 13d3d55

Please sign in to comment.