Skip to content

Commit

Permalink
refactor: remove unused mergeInfos
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Oct 15, 2024
1 parent d1c3566 commit c072007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/Lib/ExecutionContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace mrdocs {

namespace {

#if 0
/** Merges a vector of Info objects.

This function is used to merge a vector of Info objects with the same
Expand All @@ -42,6 +43,7 @@ mergeInfos(std::vector<std::unique_ptr<Info>>& Values)
return reduce<T>(Values);
});
}
#endif

/** Merges two Info objects.
Expand Down

0 comments on commit c072007

Please sign in to comment.