cl-ast: Remove unused monovariant MemberKind enum
This commit is contained in:
parent
a31d285d99
commit
8dfddb739e
@ -447,11 +447,6 @@ pub struct Member {
|
|||||||
pub tail: Vec<Expr>,
|
pub tail: Vec<Expr>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
|
||||||
pub enum MemberKind {
|
|
||||||
Dot,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// A [Call] expression, with arguments: a(foo, bar)
|
/// A [Call] expression, with arguments: a(foo, bar)
|
||||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
pub struct Call {
|
pub struct Call {
|
||||||
|
Loading…
Reference in New Issue
Block a user