Skip to content

Commit

Permalink
core: utils: removed strcat_alloc with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaual committed Dec 23, 2020
1 parent f0de32e commit 3355d83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 110 deletions.
48 changes: 0 additions & 48 deletions src/utils/include/utils/strcat_alloc.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/utils/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ unit_test(NAME keys_test SRC keys_test.cpp DEPENDS EspressoUtils)
unit_test(NAME Cache_test SRC Cache_test.cpp DEPENDS EspressoUtils)
unit_test(NAME histogram SRC histogram.cpp DEPENDS EspressoUtils)
unit_test(NAME accumulator SRC accumulator.cpp DEPENDS EspressoUtils)
unit_test(NAME strcat_alloc SRC strcat_alloc_test.cpp DEPENDS EspressoUtils)
unit_test(NAME int_pow SRC int_pow_test.cpp DEPENDS EspressoUtils)
unit_test(NAME sgn SRC sgn_test.cpp DEPENDS EspressoUtils)
unit_test(NAME AS_erfc_part SRC AS_erfc_part_test.cpp DEPENDS EspressoUtils)
Expand Down
61 changes: 0 additions & 61 deletions src/utils/tests/strcat_alloc_test.cpp

This file was deleted.

0 comments on commit 3355d83

Please sign in to comment.