Remove unused functions in with-variant tests

Macro expansion fails before it would generate code to call any of these.
This commit is contained in:
David Tolnay
2017-09-09 10:58:29 -07:00
parent 0963121beb
commit 2e597ed3f0
11 changed files with 0 additions and 72 deletions
@@ -20,10 +20,4 @@ enum Enum {
},
}
fn serialize_some_other_variant<S>(_: &String, _: Option<&u8>, _: S) -> StdResult<S::Ok, S::Error>
where S: Serializer,
{
unimplemented!()
}
fn main() { }