Skip to content

Commit

Permalink
Use std::vector instead of auto_array
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Feb 27, 2024
1 parent 0c62cf9 commit 6639d08
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 509 deletions.
1 change: 0 additions & 1 deletion atf-c++/detail/Kyuafile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ syntax("kyuafile", 1)
test_suite("atf")

atf_test_program{name="application_test"}
atf_test_program{name="auto_array_test"}
atf_test_program{name="env_test"}
atf_test_program{name="exceptions_test"}
atf_test_program{name="fs_test"}
Expand Down
4 changes: 0 additions & 4 deletions atf-c++/detail/Makefile.am.inc
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ tests_atf_c___detail_PROGRAMS = atf-c++/detail/application_test
atf_c___detail_application_test_SOURCES = atf-c++/detail/application_test.cpp
atf_c___detail_application_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)

tests_atf_c___detail_PROGRAMS += atf-c++/detail/auto_array_test
atf_c___detail_auto_array_test_SOURCES = atf-c++/detail/auto_array_test.cpp
atf_c___detail_auto_array_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)

tests_atf_c___detail_PROGRAMS += atf-c++/detail/env_test
atf_c___detail_env_test_SOURCES = atf-c++/detail/env_test.cpp
atf_c___detail_env_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
Expand Down
175 changes: 0 additions & 175 deletions atf-c++/detail/auto_array.hpp

This file was deleted.

Loading

0 comments on commit 6639d08

Please sign in to comment.