Skip to content

Commit

Permalink
remove unnecessary #define
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsay Stewart <slindsay@amazon.com>
  • Loading branch information
jouho and lrstewart committed May 15, 2024
1 parent 8ee8b0f commit b2e650d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/s2n_server_new_session_ticket_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#define MAX_TEST_SESSION_SIZE 300

#define EXPECT_TICKETS_SENT(conn, count) EXPECT_OK(s2n_assert_tickets_sent(conn, count))
#define S2N_CLOCK_SYS CLOCK_REALTIME

static S2N_RESULT s2n_assert_tickets_sent(struct s2n_connection *conn, uint16_t expected_tickets_sent)
{
uint16_t tickets_sent = 0;
Expand Down

0 comments on commit b2e650d

Please sign in to comment.