Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions ortools/graph/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -612,17 +612,6 @@ cc_test(
],
)

cc_test(
name = "line_graph_test",
srcs = ["line_graph_test.cc"],
deps = [
":line_graph",
"//ortools/base:gmock_main",
"//ortools/graph",
"@abseil-cpp//absl/base:core_headers",
],
)

# Linear Assignment with full-featured interface and efficient
# implementation.
cc_library(
Expand Down Expand Up @@ -753,12 +742,6 @@ cc_library(
],
)

cc_library(
name = "line_graph",
hdrs = ["line_graph.h"],
deps = ["@abseil-cpp//absl/log"],
)

cc_test(
name = "rooted_tree_test",
srcs = ["rooted_tree_test.cc"],
Expand Down
62 changes: 0 additions & 62 deletions ortools/graph/line_graph.h

This file was deleted.

104 changes: 0 additions & 104 deletions ortools/graph/line_graph_test.cc

This file was deleted.

Loading