style: Remove unused typedef in jenny's parser (#2313)

This commit is contained in:
Pasha Stetsenko
2023-02-02 01:52:20 -08:00
committed by GitHub
parent 914dc6a7cd
commit 324392c24a

View File

@ -965,12 +965,6 @@ class _Parser {
}
}
typedef FunctionBuilder = Expression Function(
List<FunctionArgument>,
YarnProject,
ErrorFn,
);
class _NodeHeader {
_NodeHeader(this.title, this.tags);
String? title;