Skip to content

Commit 5a3253c

Browse files
committed
base: remove mathlimits.h
1 parent e93fba6 commit 5a3253c

File tree

4 files changed

+4
-382
lines changed

4 files changed

+4
-382
lines changed

ortools/base/BUILD.bazel

-8
Original file line numberDiff line numberDiff line change
@@ -352,20 +352,12 @@ cc_library(
352352
deps = [":base"],
353353
)
354354

355-
cc_library(
356-
name = "mathlimits",
357-
srcs = ["mathlimits.cc"],
358-
hdrs = ["mathlimits.h"],
359-
deps = [],
360-
)
361-
362355
cc_library(
363356
name = "mathutil",
364357
srcs = ["mathutil.cc"],
365358
hdrs = ["mathutil.h"],
366359
deps = [
367360
":base",
368-
":mathlimits",
369361
],
370362
)
371363

ortools/base/mathlimits.cc

-107
This file was deleted.

ortools/base/mathlimits.h

-263
This file was deleted.

0 commit comments

Comments
 (0)