From 90107c504e5b7d1bea2c93a43c7d07b640350355 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 13 Jan 2022 06:57:09 +0000
Subject: [PATCH] Removed now unneeded date library

---
 /dev/null   |    1 -
 .gitmodules |    3 ---
 json.cpp    |    1 -
 3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 5031b34..9f57900 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,6 @@
 [submodule "cpp-httplib"]
 	path = cpp-httplib
 	url = https://github.com/yhirose/cpp-httplib.git
-[submodule "date"]
-	path = date
-	url = https://github.com/HowardHinnant/date.git
 [submodule "rapidjson"]
 	path = rapidjson
 	url = https://github.com/Tencent/rapidjson.git
diff --git a/date b/date
deleted file mode 160000
index 655b249..0000000
--- a/date
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 655b249b8f463f690c53a19d6b4110297699e3c5
diff --git a/json.cpp b/json.cpp
index a1b0a7a..a8b2397 100644
--- a/json.cpp
+++ b/json.cpp
@@ -1,6 +1,5 @@
 #include "json.hpp"
 #include "book.hpp"
-#include "date/include/date/date.h"
 #include "protocol.hpp"
 #include "rapidjson/include/rapidjson/document.h"
 #include "rapidjson/include/rapidjson/rapidjson.h"

--
Gitblit v1.9.3