remove unused type PropertyMap

This commit is contained in:
Dietmar Maurer 2019-01-18 17:54:06 +01:00
parent ffdac1af01
commit ca3d861513

View File

@ -6,8 +6,6 @@ use regex::Regex;
use std::fmt; use std::fmt;
use std::sync::Arc; use std::sync::Arc;
pub type PropertyMap = HashMap<&'static str, Schema>;
#[derive(Debug, Fail)] #[derive(Debug, Fail)]
pub struct ParameterError { pub struct ParameterError {
error_list: Vec<Error>, error_list: Vec<Error>,