Remove deprecated cgo_genrules

This commit is contained in:
Jeff Grafton
2017-08-09 15:51:41 -07:00
parent cf55f9ed45
commit 5f63711681
6 changed files with 0 additions and 84 deletions

View File

@@ -4,22 +4,9 @@ licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"cgo_genrule",
"go_library",
)
cgo_genrule(
name = "cgo_codegen",
srcs = ["sysconfig.go"],
clinkopts = [
"-lz",
"-lm",
"-lpthread",
"-ldl",
],
tags = ["automanaged"],
)
go_library(
name = "go_default_library",
srcs = [