Skip to content

Commit 8e7717f

Browse files
committed
this function doesn't do anything
1 parent a5e76e3 commit 8e7717f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/kreeq.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ class DBG : public Kmap<DBG, UserInputKreeq, uint64_t, DBGkmer, DBGkmer32> { //
231231

232232
bool variantsToGFA(InSegment *inSegment, Log &threadLog);
233233

234+
void collapseNodes();
235+
234236
void DBGgraphToGFA();
235237

236238
// subgraph functions
@@ -257,8 +259,6 @@ class DBG : public Kmap<DBG, UserInputKreeq, uint64_t, DBGkmer, DBGkmer32> { //
257259

258260
void nextKmerFromString(uint8_t *nextKmer, std::string *sequence, uint64_t start, uint8_t nextBase);
259261

260-
bool isKeyFw(uint64_t key);
261-
262262
template<typename MAPTYPE>
263263
bool mergeSubMaps(MAPTYPE* map1, MAPTYPE* map2, uint8_t subMapIndex);
264264

0 commit comments

Comments
 (0)