mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 14:44:41 +03:00
detach the sidecar
This commit is contained in:
@@ -168,12 +168,6 @@ struct RoseInEdgeProps {
|
||||
std::shared_ptr<raw_som_dfa> haig;
|
||||
|
||||
u32 graph_lag;
|
||||
|
||||
/** \brief Escape characters, can be used instead of graph.
|
||||
*
|
||||
* currently must not intersect with succ literal and must be a literal -
|
||||
* literal edge, TODO: handle */
|
||||
CharReach escapes;
|
||||
};
|
||||
|
||||
typedef boost::adjacency_list<boost::listS, boost::listS, boost::bidirectionalS,
|
||||
|
||||
Reference in New Issue
Block a user