diff options
Diffstat (limited to 'atf-c++/detail/test_helpers.hpp')
-rw-r--r-- | atf-c++/detail/test_helpers.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/atf-c++/detail/test_helpers.hpp b/atf-c++/detail/test_helpers.hpp index 059a0a5b4b7b8..4a39331de4d49 100644 --- a/atf-c++/detail/test_helpers.hpp +++ b/atf-c++/detail/test_helpers.hpp @@ -87,8 +87,6 @@ class tc; void header_check(const char*); void build_check_cxx_o(const atf::tests::tc&, const char*, const char*, bool); atf::fs::path get_process_helpers_path(const atf::tests::tc&); -bool grep_file(const char*, const char*); -bool grep_string(const std::string&, const char*); struct run_h_tc_data { const atf::tests::vars_map& m_config; |