Skip to content

Commit c072007

Browse files
committed
refactor: remove unused mergeInfos
1 parent d1c3566 commit c072007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/Lib/ExecutionContext.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace mrdocs {
2121

2222
namespace {
2323

24+
#if 0
2425
/** Merges a vector of Info objects.
2526

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

4648
/** Merges two Info objects.
4749

0 commit comments

Comments
 (0)