mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Swift: removed unused date dependency
This commit is contained in:
@@ -5,7 +5,6 @@ cc_library(
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"@binlog",
|
||||
"@date",
|
||||
"@json",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "swift/log/SwiftDiagnostics.h"
|
||||
|
||||
#include <date/date.h>
|
||||
#include <binlog/Entries.hpp>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
||||
8
swift/third_party/load.bzl
vendored
8
swift/third_party/load.bzl
vendored
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user