api/comapt: drop schema submodule

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-11-21 14:17:36 +01:00
parent 2194824f77
commit 4f1963d259
1 changed files with 0 additions and 4 deletions

View File

@ -30,7 +30,3 @@ pub mod router {
pub use super::{ApiHandler, ApiMethod, HttpError, RpcEnvironment, RpcEnvironmentType};
pub use proxmox::api::router::*;
}
pub mod schema {
pub use proxmox::api::schema::*;
}