mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
maybe fix broken merge
This commit is contained in:
parent
bb056ab63f
commit
82cf36724e
@ -603,7 +603,7 @@ bool transformMinLengthToRepeat(NGHolder &g, ReportManager &rm) {
|
||||
predcs.clear();
|
||||
predcs.emplace_back(v);
|
||||
}
|
||||
assert(!preds.empty());
|
||||
assert(!predcs.empty());
|
||||
for (auto u : predcs) {
|
||||
add_edge(u, cyclic, g);
|
||||
}
|
||||
|
@ -32,7 +32,6 @@
|
||||
*/
|
||||
#include "rose_build_merge.h"
|
||||
|
||||
/* just a comment to trigger builds/tests */
|
||||
#include "grey.h"
|
||||
#include "rose_build.h"
|
||||
#include "rose_build_impl.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user