diff options
Diffstat (limited to 'atf-c/detail/test_helpers.h')
-rw-r--r-- | atf-c/detail/test_helpers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/atf-c/detail/test_helpers.h b/atf-c/detail/test_helpers.h index b0ce6ccca46c..5df034fb42ad 100644 --- a/atf-c/detail/test_helpers.h +++ b/atf-c/detail/test_helpers.h @@ -81,7 +81,5 @@ void build_check_c_o(const atf_tc_t *, const char *, const char *, const bool); void header_check(const char *); void get_process_helpers_path(const atf_tc_t *, const bool, struct atf_fs_path *); -bool grep_string(const struct atf_dynstr *, const char *); -bool grep_file(const char *, const char *, ...); bool read_line(int, struct atf_dynstr *); void run_h_tc(atf_tc_t *, const char *, const char *, const char *); |