diff options
author | yang-g <yangg@google.com> | 2015-08-10 12:26:39 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-08-10 12:26:39 -0700 |
commit | ffc8a6b4318fdf14516b4b0a816e118131c2f209 (patch) | |
tree | 1fff7148d45f9ed7a8536ef60d994c012be6cab7 /BUILD | |
parent | 295224605f65fdbdf29d1aebe53b5039b1752996 (diff) |
move auth property iterator declaration into auth_context.h
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -690,7 +690,6 @@ cc_library( "include/grpc++/async_generic_service.h", "include/grpc++/async_unary_call.h", "include/grpc++/auth_context.h", - "include/grpc++/auth_property_iterator.h", "include/grpc++/byte_buffer.h", "include/grpc++/channel_arguments.h", "include/grpc++/channel_interface.h", @@ -778,7 +777,6 @@ cc_library( "include/grpc++/async_generic_service.h", "include/grpc++/async_unary_call.h", "include/grpc++/auth_context.h", - "include/grpc++/auth_property_iterator.h", "include/grpc++/byte_buffer.h", "include/grpc++/channel_arguments.h", "include/grpc++/channel_interface.h", |