aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parse.rs b/src/parse.rs
index b1721be..809f76b 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -104,12 +104,6 @@ impl FunDecl<PreExpansion> {
}
#[derive(Debug, Clone)]
-pub struct VarDecl<S: Stage> {
- pub name: S::Str,
- pub val: S::Str,
-}
-
-#[derive(Debug, Clone)]
pub struct VarAssign<S: Stage> {
pub var: S::Str,
pub val: S::Str,