mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
style: Remove unused typedef in jenny's parser (#2313)
This commit is contained in:
@ -965,12 +965,6 @@ class _Parser {
|
||||
}
|
||||
}
|
||||
|
||||
typedef FunctionBuilder = Expression Function(
|
||||
List<FunctionArgument>,
|
||||
YarnProject,
|
||||
ErrorFn,
|
||||
);
|
||||
|
||||
class _NodeHeader {
|
||||
_NodeHeader(this.title, this.tags);
|
||||
String? title;
|
||||
|
||||
Reference in New Issue
Block a user