mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2025-04-07 10:52:08 +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_;
|
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 {};
|
struct EmptyType {};
|
||||||
typedef AstBase<EmptyType> Ast;
|
typedef AstBase<EmptyType> Ast;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user