Skip to content

Commit 1e4bda0

Browse files
authored
Delete foreign.cc (#109)
Signed-off-by: mathetake <takeshi@tetrate.io>
1 parent d36296d commit 1e4bda0

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

bazel/variables.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
COPTS = select({
1616
"@bazel_tools//src/conditions:windows": [
1717
"/std:c++17",
18-
"-DWITHOUT_ZLIB",
1918
],
2019
"//conditions:default": [
2120
"-std=c++17",
22-
"-DWITHOUT_ZLIB",
2321
],
2422
})
2523

src/foreign.cc

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)