Skip to content

Commit

Permalink
test: internal: file: Remove needless lines
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Mar 15, 2024
1 parent fb9df00 commit d250008
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/internal/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#define TEXT_FILE FLB_TESTS_DATA_PATH "/data/file/text_file.txt"
#define EMPTY_FILE FLB_TESTS_DATA_PATH "/data/file/empty_file.txt"

#define NEWLINE "\n"
#define CRNEWLINE "\r\n"

static void check_equals(flb_sds_t result, const char *expected)
{
size_t expected_len = strlen(expected);
Expand Down

0 comments on commit d250008

Please sign in to comment.