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 deserialize_some_other_variant<'de, D>(_: D) -> StdResult<(String, u8), D::Error>
where D: Deserializer<'de>,
{
unimplemented!()
}
fn main() { }