aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/tests/unit/resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio/tests/unit/resources.py')
-rw-r--r--src/python/grpcio/tests/unit/resources.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/grpcio/tests/unit/resources.py b/src/python/grpcio/tests/unit/resources.py
index 2c3045313d..023cdb155f 100644
--- a/src/python/grpcio/tests/unit/resources.py
+++ b/src/python/grpcio/tests/unit/resources.py
@@ -43,10 +43,6 @@ def test_root_certificates():
__name__, _ROOT_CERTIFICATES_RESOURCE_PATH)
-def prod_root_certificates():
- return open(os.environ['SSL_CERT_FILE'], mode='rb').read()
-
-
def private_key():
return pkg_resources.resource_string(__name__, _PRIVATE_KEY_RESOURCE_PATH)