mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-23 04:15:31 +00:00
Removed unused function
This commit is contained in:
parent
0dfe7a22c1
commit
bfa23401e5
7
peglib.h
7
peglib.h
@ -2312,13 +2312,6 @@ private:
|
||||
const std::vector<std::string> filters_;
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
static std::shared_ptr<T> optimize_ast(
|
||||
std::shared_ptr<T> ast,
|
||||
const std::vector<std::string>& filters = {}) {
|
||||
return AstOptimizer(true, filters).optimize(ast);
|
||||
}
|
||||
|
||||
struct EmptyType {};
|
||||
typedef AstBase<EmptyType> Ast;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user