aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/codegen.BUILD
diff options
context:
space:
mode:
authorGravatar Yuxin Wu <ppwwyyxxc@gmail.com>2018-02-06 17:55:15 -0800
committerGravatar Yuxin Wu <ppwwyyxxc@gmail.com>2018-02-06 17:55:15 -0800
commit4f5d9a88f84e2261808bc986ece951e6e1d10725 (patch)
treedba18c1c87e44b3be2d98f81185460d4523cc661 /third_party/codegen.BUILD
parente2a0db74cfa4ed73692ec5d0af944660bb4b688c (diff)
remove unused codegen.BUILD
Diffstat (limited to 'third_party/codegen.BUILD')
-rw-r--r--third_party/codegen.BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/codegen.BUILD b/third_party/codegen.BUILD
deleted file mode 100644
index df436c8163..0000000000
--- a/third_party/codegen.BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- mode: python; -*-
-#
-# Description:
-# Extension to ast that allow ast -> python code generation.
-
-package(default_visibility = ["//visibility:public"])
-
-licenses(["notice"]) # New BSD
-
-exports_files(["LICENSE"])
-
-py_library(
- name = "com_github_andreif_codegen",
- srcs = glob(["codegen.py"]),
- srcs_version = "PY2AND3",
-)