diff --git a/src/api/build_type.rs b/src/api/build_type.rs index 7bc8d52a..d22d1142 100644 --- a/src/api/build_type.rs +++ b/src/api/build_type.rs @@ -108,10 +108,6 @@ where } } - pub fn build(self) { - /* empty */ - } - pub fn with_name(&mut self, name: &'static str) -> &mut Self { self.name = Some(name); self