Skip to content

Commit

Permalink
base: remove mathlimits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 9, 2024
1 parent 16afc12 commit f676293
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 382 deletions.
8 changes: 0 additions & 8 deletions ortools/base/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -352,20 +352,12 @@ cc_library(
deps = [":base"],
)

cc_library(
name = "mathlimits",
srcs = ["mathlimits.cc"],
hdrs = ["mathlimits.h"],
deps = [],
)

cc_library(
name = "mathutil",
srcs = ["mathutil.cc"],
hdrs = ["mathutil.h"],
deps = [
":base",
":mathlimits",
],
)

Expand Down
107 changes: 0 additions & 107 deletions ortools/base/mathlimits.cc

This file was deleted.

263 changes: 0 additions & 263 deletions ortools/base/mathlimits.h

This file was deleted.

Loading

0 comments on commit f676293

Please sign in to comment.