mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
maybe fix broken merge
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user