Swift: removed unused date dependency

This commit is contained in:
Paolo Tranquilli
2023-05-03 16:02:26 +02:00
parent 7709bc76a8
commit 8873e42cb1
3 changed files with 0 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"@binlog",
"@date",
"@json",
],
)

View File

@@ -1,6 +1,5 @@
#include "swift/log/SwiftDiagnostics.h"
#include <date/date.h>
#include <binlog/Entries.hpp>
#include <nlohmann/json.hpp>

View File

@@ -70,11 +70,3 @@ def load_dependencies(workspace_name):
commit = "6af826d0bdb55e4b69e3ad817576745335f243ca",
sha256 = "702bb0231a5e21c0374230fed86c8ae3d07ee50f34ffd420e7f8249854b7d85b",
)
_github_archive(
name = "date",
build_file = _build(workspace_name, "date"),
repository = "HowardHinnant/date",
commit = "6e921e1b1d21e84a5c82416ba7ecd98e33a436d0",
sha256 = "484c450ea1cec479716f7cfce9a54da1867dd4043dde08e7c262b812561fe3bc",
)