Kill unused struct

This commit is contained in:
greg 2017-09-11 11:03:29 -07:00
parent c52fd4c73d
commit 3f1de5f60d
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@ impl TokenError {
}
}
#[derive(Debug)]
pub struct ParseError {
pub msg: String,
}
pub struct LLVMCodeString(pub String);
#[derive(Debug, Default)]