Skip to content

Commit

Permalink
chore: remove unused DateFormatException (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer authored Nov 14, 2024
1 parent 1fdd2cd commit be6317b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions include/silo/common/date_format_exception.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/silo/common/date.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include <gtest/gtest.h>

#include "silo/common/date_format_exception.h"

TEST(Date, correctlyParsesDate) {
EXPECT_EQ(silo::common::stringToDate("2020-01-01"), (2020 << 16) + (1 << 12) + 1);
EXPECT_EQ(silo::common::stringToDate("2023-1-01"), (2023 << 16) + (1 << 12) + 1);
Expand Down
11 changes: 0 additions & 11 deletions src/silo/common/date_format_exception.cpp

This file was deleted.

0 comments on commit be6317b

Please sign in to comment.