diff options
author | Alistair Veitch <aveitch@google.com> | 2015-08-27 13:16:00 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-08-27 13:16:00 -0700 |
commit | 9a09982e2dd193a91430ba70ed4e446d8d96e363 (patch) | |
tree | 2898fc894b357f6998ca102b989f82c8c2e325e6 /Makefile | |
parent | 072a6f8f6561b93964df26a261bddb063ee5d2cd (diff) |
view and aggregation API
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4196,7 +4196,6 @@ LIBGRPC_SRC = \ src/core/transport/transport_op_string.c \ src/core/census/context.c \ src/core/census/initialize.c \ - src/core/census/record_stat.c \ PUBLIC_HEADERS_C += \ include/grpc/grpc_security.h \ @@ -4470,7 +4469,6 @@ LIBGRPC_UNSECURE_SRC = \ src/core/transport/transport_op_string.c \ src/core/census/context.c \ src/core/census/initialize.c \ - src/core/census/record_stat.c \ PUBLIC_HEADERS_C += \ include/grpc/byte_buffer.h \ |