Remove unused feature flags (#3002)

* remove a few feature flags that are no longer needed

* remove other unused flags

* forgot a few more
This commit is contained in:
Preston Van Loon
2019-07-19 21:27:35 -04:00
committed by GitHub
parent e744d1a07e
commit dfc64121c6
28 changed files with 44 additions and 180 deletions

View File

@@ -6,3 +6,5 @@ test --build_tests_only
# Fix for rules_docker. See: https://github.com/bazelbuild/rules_docker/issues/842
build --host_force_python=PY2
test --host_force_python=PY2
run --host_force_python=PY2