Skip to content

Commit

Permalink
chore: remove original region failover implementation (#4237)
Browse files Browse the repository at this point in the history
chore: remove original region failure implementation
  • Loading branch information
WenyXu committed Jul 5, 2024
1 parent 0b624dc commit 4f0984c
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 4f0984c

Please sign in to comment.