Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8873e42

Browse files
committed
Swift: removed unused date dependency
1 parent 7709bc7 commit 8873e42

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

swift/log/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cc_library(
55
visibility = ["//visibility:public"],
66
deps = [
77
"@binlog",
8-
"@date",
98
"@json",
109
],
1110
)

swift/log/SwiftDiagnostics.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "swift/log/SwiftDiagnostics.h"
22

3-
#include <date/date.h>
43
#include <binlog/Entries.hpp>
54
#include <nlohmann/json.hpp>
65

swift/third_party/load.bzl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,3 @@ def load_dependencies(workspace_name):
7070
commit = "6af826d0bdb55e4b69e3ad817576745335f243ca",
7171
sha256 = "702bb0231a5e21c0374230fed86c8ae3d07ee50f34ffd420e7f8249854b7d85b",
7272
)
73-
74-
_github_archive(
75-
name = "date",
76-
build_file = _build(workspace_name, "date"),
77-
repository = "HowardHinnant/date",
78-
commit = "6e921e1b1d21e84a5c82416ba7ecd98e33a436d0",
79-
sha256 = "484c450ea1cec479716f7cfce9a54da1867dd4043dde08e7c262b812561fe3bc",
80-
)

0 commit comments

Comments
 (0)