Commit 8b4a1de 1 parent 1346c68 commit 8b4a1de Copy full SHA for 8b4a1de
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
75
75
while (explored < kcount) {
76
76
77
77
mapRange = {0 ,0 };
78
- std::deque<uint64_t > targetsQueue;
79
- phmap::parallel_flat_hash_map<uint64_t ,bool > targetsMap;
80
78
81
79
while (mapRange[1 ] < mapCount) {
82
80
@@ -87,6 +85,8 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
87
85
ParallelMap *map;
88
86
ParallelMap32 *map32;
89
87
bool isFw = false ;
88
+ std::deque<uint64_t > targetsQueue;
89
+ phmap::parallel_flat_hash_map<uint64_t ,bool > targetsMap;
90
90
91
91
for (uint16_t pos = 0 ; pos < userInput.maxSpan ; ++pos) { // populate targets
92
92
if (pos+k < kcount) {
@@ -95,7 +95,6 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
95
95
targetsMap[key];
96
96
}
97
97
}
98
-
99
98
for (uint64_t c = 0 ; c<kcount; ++c){
100
99
101
100
lg.verbose (" Candidate paths remaing/total: " + std::to_string (kcount-explored) + " /" + std::to_string (kcount), true );
You can’t perform that action at this time.
0 commit comments