remove pageserver remotes support since we do not have tests for that and feature itself is delayed (#136)

This commit is contained in:
Dmitry Rodionov
2021-09-14 15:30:59 +03:00
committed by Dmitry
parent a2498f3e67
commit dc897fb864
3 changed files with 24 additions and 122 deletions

View File

@@ -6,7 +6,6 @@ use serde::{Deserialize, Serialize};
// Zenith ID is a 128-bit random ID.
// Used to represent various identifiers. Provides handy utility methods and impls.
// TODO (LizardWizzard) figure out best way to remove boiler plate with trait impls caused by newtype pattern
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize, PartialOrd, Ord)]
struct ZId([u8; 16]);