Skip to content

Commit

Permalink
chore: remove unused DateFormatException
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Nov 14, 2024
1 parent 828182a commit f77f1ad
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 f77f1ad

Please sign in to comment.