From 4f1963d259ecbf0998246cb40898fe6249473abb Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 21 Nov 2019 14:17:36 +0100 Subject: [PATCH] api/comapt: drop schema submodule Signed-off-by: Wolfgang Bumiller --- src/api_schema.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/api_schema.rs b/src/api_schema.rs index 40fca497..d813620c 100644 --- a/src/api_schema.rs +++ b/src/api_schema.rs @@ -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::*; -}